summaryrefslogtreecommitdiffstats
path: root/tests/clientapitest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-04 10:36:58 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-04 10:36:58 +0100
commit59aa460cf704d5f1a1fb1fe6b8ede4457da083ff (patch)
treed1cf394099e4897d2b8abf6817191c488c754667 /tests/clientapitest.cpp
parent41006b5cab7b0260f8abc42aa2d2e959a013764e (diff)
downloadsink-59aa460cf704d5f1a1fb1fe6b8ede4457da083ff.tar.gz
sink-59aa460cf704d5f1a1fb1fe6b8ede4457da083ff.zip
Copy command and proper move
Diffstat (limited to 'tests/clientapitest.cpp')
-rw-r--r--tests/clientapitest.cpp4
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>();