diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
commit | 41006b5cab7b0260f8abc42aa2d2e959a013764e (patch) | |
tree | fe8be353228233f45119964cbab4b578b496ac85 /common/test.cpp | |
parent | 222cd83d659c3ff12380ecc5afd3cb29283e9ccd (diff) | |
download | sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.tar.gz sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.zip |
interresource move
Diffstat (limited to 'common/test.cpp')
-rw-r--r-- | common/test.cpp | 5 |
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 |