summaryrefslogtreecommitdiff
path: root/src/sync/synchosttypewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/synchosttypewidget.h')
-rw-r--r--src/sync/synchosttypewidget.h12
1 files changed, 12 insertions, 0 deletions
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