diff options
Diffstat (limited to 'common/facadeinterface.h')
-rw-r--r-- | common/facadeinterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/facadeinterface.h b/common/facadeinterface.h index a88c104..ac60ae4 100644 --- a/common/facadeinterface.h +++ b/common/facadeinterface.h | |||
@@ -45,7 +45,7 @@ public: | |||
45 | virtual KAsync::Job<void> create(const DomainType &domainObject) = 0; | 45 | virtual KAsync::Job<void> create(const DomainType &domainObject) = 0; |
46 | virtual KAsync::Job<void> modify(const DomainType &domainObject) = 0; | 46 | virtual KAsync::Job<void> modify(const DomainType &domainObject) = 0; |
47 | virtual KAsync::Job<void> remove(const DomainType &domainObject) = 0; | 47 | virtual KAsync::Job<void> remove(const DomainType &domainObject) = 0; |
48 | virtual KAsync::Job<void> load(const Query &query, const QSharedPointer<async::ResultProvider<typename DomainType::Ptr> > &resultProvider) = 0; | 48 | virtual KAsync::Job<void> load(const Query &query, const QSharedPointer<Akonadi2::ResultProvider<typename DomainType::Ptr> > &resultProvider) = 0; |
49 | }; | 49 | }; |
50 | 50 | ||
51 | } | 51 | } |