From f4967fc5527db28d3148989f245d374c8e4904d1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 19 Jan 2016 15:52:17 +0100 Subject: Fixed build. --- tests/clientapitest.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp index 86150ee..5942849 100644 --- a/tests/clientapitest.cpp +++ b/tests/clientapitest.cpp @@ -33,7 +33,6 @@ public: KAsync::Job create(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null(); }; KAsync::Job modify(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null(); }; KAsync::Job remove(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null(); }; - KAsync::Job inspect(const Akonadi2::Inspection &) Q_DECL_OVERRIDE { return KAsync::null(); }; QPair, typename Akonadi2::ResultEmitter::Ptr > load(const Akonadi2::Query &query) Q_DECL_OVERRIDE { auto resultProvider = new Akonadi2::ResultProvider(); -- cgit v1.2.3