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 0fba34a..c10886f 100644
--- a/common/facade.h
+++ b/common/facade.h
@@ -64,6 +64,7 @@ public:
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> move(const DomainType &domainObject, const QByteArray &newResource) Q_DECL_OVERRIDE;
67 KAsync::Job<void> copy(const DomainType &domainObject, const QByteArray &newResource) Q_DECL_OVERRIDE;
67 KAsync::Job<void> remove(const DomainType &domainObject) Q_DECL_OVERRIDE; 68 KAsync::Job<void> remove(const DomainType &domainObject) Q_DECL_OVERRIDE;
68 virtual QPair<KAsync::Job<void>, typename ResultEmitter<typename DomainType::Ptr>::Ptr> load(const Sink::Query &query) Q_DECL_OVERRIDE; 69 virtual QPair<KAsync::Job<void>, typename ResultEmitter<typename DomainType::Ptr>::Ptr> load(const Sink::Query &query) Q_DECL_OVERRIDE;
69 70