diff options
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 c509735..22e26a5 100644 --- a/common/changereplay.h +++ b/common/changereplay.h | |||
@@ -54,7 +54,7 @@ public slots: | |||
54 | protected: | 54 | protected: |
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 | ||