summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
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 1aa4206..a58a7c3 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -56,6 +56,7 @@ private Q_SLOTS:
56 void updateLowerBoundRevision(); 56 void updateLowerBoundRevision();
57 57
58protected: 58protected:
59 void enableChangeReplay(bool);
59 void addType(const QByteArray &type, DomainTypeAdaptorFactoryInterface::Ptr factory, const QVector<Akonadi2::Preprocessor*> &preprocessors); 60 void addType(const QByteArray &type, DomainTypeAdaptorFactoryInterface::Ptr factory, const QVector<Akonadi2::Preprocessor*> &preprocessors);
60 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value); 61 virtual KAsync::Job<void> replay(const QByteArray &type, const QByteArray &key, const QByteArray &value);
61 void onProcessorError(int errorCode, const QString &errorMessage); 62 void onProcessorError(int errorCode, const QString &errorMessage);