summaryrefslogtreecommitdiff
path: root/src/sync/syncdatawidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/syncdatawidget.h')
-rw-r--r--src/sync/syncdatawidget.h12
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