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