summaryrefslogtreecommitdiff
path: root/src/sync/syncwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sync/syncwidget.h')
-rw-r--r--src/sync/syncwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/syncwidget.h b/src/sync/syncwidget.h
index 0e1d57ff..8621eae1 100644
--- a/src/sync/syncwidget.h
+++ b/src/sync/syncwidget.h
@@ -45,13 +45,13 @@ class SyncWidget : public QWidget, private Ui::Sync
public:
SyncWidget(QWidget *parent = 0);
- void save();
bool changed();
Q_SIGNALS:
void changed(bool);
private Q_SLOTS:
+ void save();
void hasChanged();
void syncNow();