diff options
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 1 |
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 | ||
55 | protected: | 55 | protected: |
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; |