summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/synchronizer.h')
-rw-r--r--common/synchronizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/synchronizer.h b/common/synchronizer.h
index 9a71869..4d5bdd5 100644
--- a/common/synchronizer.h
+++ b/common/synchronizer.h
@@ -55,6 +55,8 @@ public:
55 void commit(); 55 void commit();
56 Sink::Storage::DataStore::Transaction &syncTransaction(); 56 Sink::Storage::DataStore::Transaction &syncTransaction();
57 57
58 bool allChangesReplayed() Q_DECL_OVERRIDE;
59
58public slots: 60public slots:
59 virtual void revisionChanged() Q_DECL_OVERRIDE; 61 virtual void revisionChanged() Q_DECL_OVERRIDE;
60 62