summaryrefslogtreecommitdiffstats
path: root/common/test.cpp
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/test.cpp
parent222cd83d659c3ff12380ecc5afd3cb29283e9ccd (diff)
downloadsink-41006b5cab7b0260f8abc42aa2d2e959a013764e.tar.gz
sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.zip
interresource move
Diffstat (limited to 'common/test.cpp')
-rw-r--r--common/test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/test.cpp b/common/test.cpp
index 1a0d9bc..74c499c 100644
--- a/common/test.cpp
+++ b/common/test.cpp
@@ -125,6 +125,11 @@ public:
125 // mTestAccount->modifyEntity<T>(domainObject); 125 // mTestAccount->modifyEntity<T>(domainObject);
126 return KAsync::null<void>(); 126 return KAsync::null<void>();
127 }; 127 };
128 KAsync::Job<void> move(const T &domainObject, const QByteArray &newResource) Q_DECL_OVERRIDE
129 {
130 // mTestAccount->moveEntity<T>(domainObject, newResource);
131 return KAsync::null<void>();
132 };
128 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE 133 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE
129 { 134 {
130 //FIXME 135 //FIXME