summaryrefslogtreecommitdiff
path: root/src/sync/sshsynchandler.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-07-09 17:26:36 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-07-09 17:26:36 +0200
commitf3a0c16bd631a2274f25de70ec07159bd932883c (patch)
treee56a8eeb3a6aa99e6895b9852f47db050f3a4210 /src/sync/sshsynchandler.h
parentAdd a simple ssh sync handler (diff)
downloadrekonq-f3a0c16bd631a2274f25de70ec07159bd932883c.tar.xz
spaces, indentation, licenses clean up in ssh sync new code
Diffstat (limited to 'src/sync/sshsynchandler.h')
-rw-r--r--src/sync/sshsynchandler.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/sync/sshsynchandler.h b/src/sync/sshsynchandler.h
index 4c1718d9..994854ce 100644
--- a/src/sync/sshsynchandler.h
+++ b/src/sync/sshsynchandler.h
@@ -3,7 +3,7 @@
* This file is a part of the rekonq project
*
* Copyright (C) 2011 by Andrea Diamantini <adjam7 at gmail dot com>
-* Copyright (C) 2013 by Radu Andries <admiral0 at tuxfamily dot org>
+* Copyright (C) 2013 by Radu Andries <admiral0 at tuxfamily dot org>
*
*
* This program is free software; you can redistribute it and/or
@@ -24,6 +24,7 @@
*
* ============================================================ */
+
#ifndef SSHSYNCHANDLER_H
#define SSHSYNCHANDLER_H
@@ -36,21 +37,20 @@
// Forward Declarations
class KJob;
-class KJob;
class SSHSyncHandler : public SyncHandler
{
Q_OBJECT
public:
- explicit SSHSyncHandler(QObject *parent = 0);
-
- void syncHistory();
- void syncBookmarks();
- void syncPasswords();
+ explicit SSHSyncHandler(QObject *parent = 0);
+
+ void syncHistory();
+ void syncBookmarks();
+ void syncPasswords();
+
+ void initialLoadAndCheck();
- void initialLoadAndCheck();
-
private Q_SLOTS:
void onBookmarksSyncFinished(KJob *);
void onBookmarksStatFinished(KJob *);