diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 14:27:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-22 14:27:37 +0100 |
commit | c799105ca6b4107fa19de9845247f1f3322ea6ef (patch) | |
tree | 9a9da831861b5094936f8b62431fb5e20ce759f5 /common/synchronizer.h | |
parent | c6af4d6ed59235d8fec52aeddfcd9a65607139ff (diff) | |
download | sink-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.h | 2 |
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 | |||
58 | public slots: | 60 | public slots: |
59 | virtual void revisionChanged() Q_DECL_OVERRIDE; | 61 | virtual void revisionChanged() Q_DECL_OVERRIDE; |
60 | 62 | ||