From f4967fc5527db28d3148989f245d374c8e4904d1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 19 Jan 2016 15:52:17 +0100 Subject: Fixed build. --- common/resourcefacade.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common') diff --git a/common/resourcefacade.h b/common/resourcefacade.h index ae3037a..99ec632 100644 --- a/common/resourcefacade.h +++ b/common/resourcefacade.h @@ -39,9 +39,5 @@ public: KAsync::Job modify(const Akonadi2::ApplicationDomain::AkonadiResource &resource) Q_DECL_OVERRIDE; KAsync::Job remove(const Akonadi2::ApplicationDomain::AkonadiResource &resource) Q_DECL_OVERRIDE; QPair, typename Akonadi2::ResultEmitter::Ptr > load(const Akonadi2::Query &query) Q_DECL_OVERRIDE; - KAsync::Job inspect(const Akonadi2::Inspection &domainObject) Q_DECL_OVERRIDE - { - return KAsync::error(-1, "Failed to inspect."); - } }; -- cgit v1.2.3