From 41006b5cab7b0260f8abc42aa2d2e959a013764e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 2 Dec 2016 21:32:56 +0100 Subject: interresource move --- tests/CMakeLists.txt | 1 + tests/clientapitest.cpp | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f8fe3b3..a69fcb3 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -47,6 +47,7 @@ auto_tests ( accountstest testaccounttest dummyresourcemailtest + interresourcemovetest ) generate_flatbuffers(dummyresourcetest calendar) target_link_libraries(dummyresourcetest sink_resource_dummy) 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: { return KAsync::null(); }; + KAsync::Job move(const T &domainObject, const QByteArray &) Q_DECL_OVERRIDE + { + return KAsync::null(); + }; KAsync::Job remove(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null(); -- cgit v1.2.3