diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-11-14 17:41:28 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-12-12 16:40:28 +0100 |
commit | e35004358ab0b290a5fefd893c7c9aab9cce6440 (patch) | |
tree | 9b84f4e54b2cd04642ecc7e8bb5a8d56003bd370 /src/sync/syncmanager.h | |
parent | Let the "big sync" work (the one done every minute...) (diff) | |
download | rekonq-e35004358ab0b290a5fefd893c7c9aab9cce6440.tar.xz |
let history, bookmarks and passwords sync on change (first bits)
Diffstat (limited to 'src/sync/syncmanager.h')
-rw-r--r-- | src/sync/syncmanager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sync/syncmanager.h b/src/sync/syncmanager.h index c6f8a76a..b87045a1 100644 --- a/src/sync/syncmanager.h +++ b/src/sync/syncmanager.h @@ -39,7 +39,6 @@ // Forward Declarations class KJob; -class QTimer; class REKONQ_TESTS_EXPORT SyncManager : public QObject @@ -84,8 +83,6 @@ private: QUrl _remotePasswordsUrl; KUrl _localPasswordsUrl; - - QTimer *_syncTimer; }; #endif // SYNC_MANAGER_H |