diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-30 18:01:58 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-12-30 18:01:58 +0100 |
commit | ecc2a18e1afc1b99df6725066c9ae552d09e90d8 (patch) | |
tree | c897f73483a1622d5e4f18c5cdbff55573881d93 /common/genericresource.h | |
parent | 84957496800a862aa88bb2e88da0a9b2c4e19dc2 (diff) | |
download | sink-ecc2a18e1afc1b99df6725066c9ae552d09e90d8.tar.gz sink-ecc2a18e1afc1b99df6725066c9ae552d09e90d8.zip |
Centralize where we create the stores
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 | ||