summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-28 10:19:27 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-28 10:20:53 +0100
commite05306d22bc994bcfae869dcd857ec76027495d1 (patch)
treeb5b7db5108947a210d893c76b5e75cfadca32f50 /common/genericresource.h
parentab16e5aa9e9d83b6aa9189a67d97a4d089952902 (diff)
downloadsink-e05306d22bc994bcfae869dcd857ec76027495d1.tar.gz
sink-e05306d22bc994bcfae869dcd857ec76027495d1.zip
Changereplay for maildir folders.
The sync and changereplay can not run at the same time, or would have to share the transaction otherwise.
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);