diff options
author | Siteshwar Vashisht <siteshwar@gmail.com> | 2012-05-24 23:54:48 +0530 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-28 00:10:31 +0200 |
commit | 4a33568b6d177921e50445a9ded44386febe60c0 (patch) | |
tree | 171c6185c19789c33912c1170fa974c00ea6f335 /src/sync/syncdatawidget.h | |
parent | Final refactoring and clean up to support Opera bookmarks. (diff) | |
download | rekonq-4a33568b6d177921e50445a9ded44386febe60c0.tar.xz |
Made UI changes to disable history and password sync for certain services, added some notification messages in Opera sync handler.
Diffstat (limited to 'src/sync/syncdatawidget.h')
-rw-r--r-- | src/sync/syncdatawidget.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/sync/syncdatawidget.h b/src/sync/syncdatawidget.h index b1676384..cfec1d49 100644 --- a/src/sync/syncdatawidget.h +++ b/src/sync/syncdatawidget.h @@ -47,18 +47,8 @@ public: int nextId() const; - bool changed(); + void initializePage(); -Q_SIGNALS: - void changed(bool); - -private Q_SLOTS: - void hasChanged(); - -private: - void enablewidgets(bool); - - bool _changed; }; #endif // SYNC_WIDGET_H |