summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-10 11:14:04 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-10 11:14:04 +0100
commit382150ca27b03b912b43ad07956231497d35cfe8 (patch)
treefa84c709446b18ae527fbcefc0cd4381544c9486 /common/genericresource.h
parent49b1c5c3b342a84ec71e9b7dfd06a80b6d6e6c96 (diff)
downloadsink-382150ca27b03b912b43ad07956231497d35cfe8.tar.gz
sink-382150ca27b03b912b43ad07956231497d35cfe8.zip
A change-replay function
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index 33de0e7..97251a9 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -53,6 +53,7 @@ private Q_SLOTS:
53 void updateLowerBoundRevision(); 53 void updateLowerBoundRevision();
54 54
55protected: 55protected:
56 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value);
56 void onProcessorError(int errorCode, const QString &errorMessage); 57 void onProcessorError(int errorCode, const QString &errorMessage);
57 void enqueueCommand(MessageQueue &mq, int commandId, const QByteArray &data); 58 void enqueueCommand(MessageQueue &mq, int commandId, const QByteArray &data);
58 flatbuffers::FlatBufferBuilder m_fbb; 59 flatbuffers::FlatBufferBuilder m_fbb;