From 59aa460cf704d5f1a1fb1fe6b8ede4457da083ff Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 4 Dec 2016 10:36:58 +0100 Subject: Copy command and proper move --- tests/clientapitest.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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: { return KAsync::null(); }; + KAsync::Job copy(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