summaryrefslogtreecommitdiffstats
path: root/common/synchronizer.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-22 14:27:37 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-22 14:27:37 +0100
commitc799105ca6b4107fa19de9845247f1f3322ea6ef (patch)
tree9a9da831861b5094936f8b62431fb5e20ce759f5 /common/synchronizer.h
parentc6af4d6ed59235d8fec52aeddfcd9a65607139ff (diff)
downloadsink-c799105ca6b4107fa19de9845247f1f3322ea6ef.tar.gz
sink-c799105ca6b4107fa19de9845247f1f3322ea6ef.zip
Ensure we always process the full queue and that flushing works.
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