From 462d2999f0171452ecb6fafb52c7244008f536eb Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 18 Apr 2015 12:19:02 +0200 Subject: cleanup --- common/clientapi.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'common') diff --git a/common/clientapi.h b/common/clientapi.h index 88bc38c..f9290af 100644 --- a/common/clientapi.h +++ b/common/clientapi.h @@ -364,9 +364,7 @@ public: virtual Async::Job create(const DomainType &domainObject) = 0; virtual Async::Job modify(const DomainType &domainObject) = 0; virtual Async::Job remove(const DomainType &domainObject) = 0; - //TODO remove from public API - // virtual Async::Job load(const Query &query, const std::function &resultCallback) = 0; - virtual Async::Job load(const Query &query, const QSharedPointer > &resultProvider) { return Async::null(); }; + virtual Async::Job load(const Query &query, const QSharedPointer > &resultProvider) = 0; }; -- cgit v1.2.3