summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/facade.h')
-rw-r--r--common/facade.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/facade.h b/common/facade.h
index 50d93e0..0fba34a 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -63,6 +63,7 @@ public:
63 static QByteArray bufferTypeForDomainType(); 63 static QByteArray bufferTypeForDomainType();
64 KAsync::Job<void> create(const DomainType &domainObject) Q_DECL_OVERRIDE; 64 KAsync::Job<void> create(const DomainType &domainObject) Q_DECL_OVERRIDE;
65 KAsync::Job<void> modify(const DomainType &domainObject) Q_DECL_OVERRIDE; 65 KAsync::Job<void> modify(const DomainType &domainObject) Q_DECL_OVERRIDE;
66 KAsync::Job<void> move(const DomainType &domainObject, const QByteArray &newResource) Q_DECL_OVERRIDE;
66 KAsync::Job<void> remove(const DomainType &domainObject) Q_DECL_OVERRIDE; 67 KAsync::Job<void> remove(const DomainType &domainObject) Q_DECL_OVERRIDE;
67 virtual QPair<KAsync::Job<void>, typename ResultEmitter<typename DomainType::Ptr>::Ptr> load(const Sink::Query &query) Q_DECL_OVERRIDE; 68 virtual QPair<KAsync::Job<void>, typename ResultEmitter<typename DomainType::Ptr>::Ptr> load(const Sink::Query &query) Q_DECL_OVERRIDE;
68 69