summaryrefslogtreecommitdiffstats
path: root/tests/clientapitest.cpp
diff options
context:
space:
mode:
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 ae9286c..71be514 100644
--- a/tests/clientapitest.cpp
+++ b/tests/clientapitest.cpp
@@ -41,6 +41,10 @@ public:
41 { 41 {
42 return KAsync::null<void>(); 42 return KAsync::null<void>();
43 }; 43 };
44 KAsync::Job<void> move(const T &domainObject, const QByteArray &) Q_DECL_OVERRIDE
45 {
46 return KAsync::null<void>();
47 };
44 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE 48 KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE
45 { 49 {
46 return KAsync::null<void>(); 50 return KAsync::null<void>();