diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 15:17:30 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 15:17:30 +0100 |
commit | d8cd2d6585507a4e40881092a633ec1a80b14dd9 (patch) | |
tree | e710026c9191fe42643f7996a55b460e3ff39622 /common/genericresource.h | |
parent | 0d55900241772fa5cc5028934358cbcb28702c46 (diff) | |
download | sink-d8cd2d6585507a4e40881092a633ec1a80b14dd9.tar.gz sink-d8cd2d6585507a4e40881092a633ec1a80b14dd9.zip |
Draft of inspection API
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index f47c6f8..90b7c29 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -48,6 +48,7 @@ public: | |||
48 | virtual KAsync::Job<void> synchronizeWithSource(Akonadi2::Storage &mainStore, Akonadi2::Storage &synchronizationStore); | 48 | virtual KAsync::Job<void> synchronizeWithSource(Akonadi2::Storage &mainStore, Akonadi2::Storage &synchronizationStore); |
49 | virtual KAsync::Job<void> processAllMessages() Q_DECL_OVERRIDE; | 49 | virtual KAsync::Job<void> processAllMessages() Q_DECL_OVERRIDE; |
50 | virtual void setLowerBoundRevision(qint64 revision) Q_DECL_OVERRIDE; | 50 | virtual void setLowerBoundRevision(qint64 revision) Q_DECL_OVERRIDE; |
51 | virtual KAsync::Job<void> inspect(int inspectionType, const QByteArray &domainType, const QByteArray &entityId, const QByteArray &property, const QVariant &expectedValue); | ||
51 | 52 | ||
52 | int error() const; | 53 | int error() const; |
53 | 54 | ||