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/changereplay.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/changereplay.h')
-rw-r--r-- | common/changereplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changereplay.h b/common/changereplay.h index 4894806..da188bf 100644 --- a/common/changereplay.h +++ b/common/changereplay.h | |||
@@ -42,7 +42,7 @@ public: | |||
42 | ChangeReplay(const ResourceContext &resourceContext); | 42 | ChangeReplay(const ResourceContext &resourceContext); |
43 | 43 | ||
44 | qint64 getLastReplayedRevision(); | 44 | qint64 getLastReplayedRevision(); |
45 | bool allChangesReplayed(); | 45 | virtual bool allChangesReplayed(); |
46 | 46 | ||
47 | signals: | 47 | signals: |
48 | void changesReplayed(); | 48 | void changesReplayed(); |