diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-04 10:36:58 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-04 10:36:58 +0100 |
commit | 59aa460cf704d5f1a1fb1fe6b8ede4457da083ff (patch) | |
tree | d1cf394099e4897d2b8abf6817191c488c754667 /tests/clientapitest.cpp | |
parent | 41006b5cab7b0260f8abc42aa2d2e959a013764e (diff) | |
download | sink-59aa460cf704d5f1a1fb1fe6b8ede4457da083ff.tar.gz sink-59aa460cf704d5f1a1fb1fe6b8ede4457da083ff.zip |
Copy command and proper move
Diffstat (limited to 'tests/clientapitest.cpp')
-rw-r--r-- | tests/clientapitest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp index 71be514..4a33d17 100644 --- a/tests/clientapitest.cpp +++ b/tests/clientapitest.cpp | |||
@@ -45,6 +45,10 @@ public: | |||
45 | { | 45 | { |
46 | return KAsync::null<void>(); | 46 | return KAsync::null<void>(); |
47 | }; | 47 | }; |
48 | KAsync::Job<void> copy(const T &domainObject, const QByteArray &) Q_DECL_OVERRIDE | ||
49 | { | ||
50 | return KAsync::null<void>(); | ||
51 | }; | ||
48 | KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE | 52 | KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE |
49 | { | 53 | { |
50 | return KAsync::null<void>(); | 54 | return KAsync::null<void>(); |