summaryrefslogtreecommitdiffstats
path: root/common/changereplay.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/changereplay.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/changereplay.h')
-rw-r--r--common/changereplay.h2
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
47signals: 47signals:
48 void changesReplayed(); 48 void changesReplayed();