summaryrefslogtreecommitdiffstats
path: root/common/changereplay.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-20 11:28:02 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-20 11:28:02 +0200
commit524e405f645edb6231f9b16fafc1f9ca36af8237 (patch)
tree471692764999bc32a3e1e5404b1466a2b3a46847 /common/changereplay.h
parent256fe3fc561f1690e5c29640b9081e805ceb5532 (diff)
downloadsink-524e405f645edb6231f9b16fafc1f9ca36af8237.tar.gz
sink-524e405f645edb6231f9b16fafc1f9ca36af8237.zip
Avoid notifcations for requests that do nothing, progress with folderid
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 c509735..22e26a5 100644
--- a/common/changereplay.h
+++ b/common/changereplay.h
@@ -54,7 +54,7 @@ public slots:
54protected: 54protected:
55 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value) = 0; 55 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value) = 0;
56 virtual bool canReplay(const QByteArray &type, const QByteArray &key, const QByteArray &value) = 0; 56 virtual bool canReplay(const QByteArray &type, const QByteArray &key, const QByteArray &value) = 0;
57 virtual void reportProgress(int progress, int total){}; 57 virtual void reportProgress(int progress, int total, const QByteArrayList &applicableEntities = {}){};
58 Sink::Storage::DataStore mStorage; 58 Sink::Storage::DataStore mStorage;
59 KAsync::Job<void> replayNextRevision(); 59 KAsync::Job<void> replayNextRevision();
60 60