summaryrefslogtreecommitdiffstats
path: root/common/facade.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-02 21:32:56 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-02 21:32:56 +0100
commit41006b5cab7b0260f8abc42aa2d2e959a013764e (patch)
treefe8be353228233f45119964cbab4b578b496ac85 /common/facade.h
parent222cd83d659c3ff12380ecc5afd3cb29283e9ccd (diff)
downloadsink-41006b5cab7b0260f8abc42aa2d2e959a013764e.tar.gz
sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.zip
interresource move
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