From 4a33568b6d177921e50445a9ded44386febe60c0 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Thu, 24 May 2012 23:54:48 +0530 Subject: Made UI changes to disable history and password sync for certain services, added some notification messages in Opera sync handler. --- src/sync/synchosttypewidget.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/sync/synchosttypewidget.h') diff --git a/src/sync/synchosttypewidget.h b/src/sync/synchosttypewidget.h index bc16f00b..4f577958 100644 --- a/src/sync/synchosttypewidget.h +++ b/src/sync/synchosttypewidget.h @@ -46,6 +46,18 @@ public: SyncHostTypeWidget(QWidget *parent = 0); int nextId() const; + bool changed(); + +Q_SIGNALS: + void changed(bool); + +private Q_SLOTS: + void hasChanged(); + +private: + void enablewidgets(bool b); + bool _changed; + }; #endif // SYNC_HOST_TYPE_WIDGET_H -- cgit v1.2.1