summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index c12c631..f47c6f8 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -60,7 +60,7 @@ private Q_SLOTS:
60protected: 60protected:
61 void enableChangeReplay(bool); 61 void enableChangeReplay(bool);
62 void addType(const QByteArray &type, DomainTypeAdaptorFactoryInterface::Ptr factory, const QVector<Akonadi2::Preprocessor*> &preprocessors); 62 void addType(const QByteArray &type, DomainTypeAdaptorFactoryInterface::Ptr factory, const QVector<Akonadi2::Preprocessor*> &preprocessors);
63 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value); 63 virtual KAsync::Job<void> replay(Akonadi2::Storage &synchronizationStore, const QByteArray &type, const QByteArray &key, const QByteArray &value);
64 void onProcessorError(int errorCode, const QString &errorMessage); 64 void onProcessorError(int errorCode, const QString &errorMessage);
65 void enqueueCommand(MessageQueue &mq, int commandId, const QByteArray &data); 65 void enqueueCommand(MessageQueue &mq, int commandId, const QByteArray &data);
66 66