diff options
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>(); |