diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 18:36:41 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-18 18:36:41 +0100 |
commit | 67e83aadde8db2bb1293cee61e8c6306a4ffcca0 (patch) | |
tree | 10531201cb5dca7617e17a4e4393bda20694c4ca /common/genericresource.h | |
parent | a857d9b36f80adf045cd195653cb2f8b91452981 (diff) | |
download | sink-67e83aadde8db2bb1293cee61e8c6306a4ffcca0.tar.gz sink-67e83aadde8db2bb1293cee61e8c6306a4ffcca0.zip |
Working resource inspection
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 90b7c29..d71061c 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -48,7 +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 | virtual KAsync::Job<void> inspect(int inspectionType, const QByteArray &inspectionId, const QByteArray &domainType, const QByteArray &entityId, const QByteArray &property, const QVariant &expectedValue); |
52 | 52 | ||
53 | int error() const; | 53 | int error() const; |
54 | 54 | ||