diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-13 19:34:47 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-13 19:34:47 +0100 |
commit | 09aafbd1373b5d1152ac7a453a140a7f76c2e90e (patch) | |
tree | 10e33196c4dd0d69a223f7b047d1a4ef256e4705 /examples/dummyresource/resourcefacade.h | |
parent | 10d19014fe2c9c02f2bc3e19732cbe340e316076 (diff) | |
download | sink-09aafbd1373b5d1152ac7a453a140a7f76c2e90e.tar.gz sink-09aafbd1373b5d1152ac7a453a140a7f76c2e90e.zip |
It's starting to work
Diffstat (limited to 'examples/dummyresource/resourcefacade.h')
-rw-r--r-- | examples/dummyresource/resourcefacade.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dummyresource/resourcefacade.h b/examples/dummyresource/resourcefacade.h index 5a5f46b..aa2ab05 100644 --- a/examples/dummyresource/resourcefacade.h +++ b/examples/dummyresource/resourcefacade.h | |||
@@ -42,7 +42,7 @@ public: | |||
42 | //Remove instance | 42 | //Remove instance |
43 | KAsync::Job<void> remove(const Akonadi2::ApplicationDomain::AkonadiResource &domainObject) Q_DECL_OVERRIDE; | 43 | KAsync::Job<void> remove(const Akonadi2::ApplicationDomain::AkonadiResource &domainObject) Q_DECL_OVERRIDE; |
44 | //Read configuration and available instances | 44 | //Read configuration and available instances |
45 | KAsync::Job<void> load(const Akonadi2::Query &query, const QSharedPointer<Akonadi2::ResultProvider<typename Akonadi2::ApplicationDomain::AkonadiResource::Ptr> > &resultProvider) Q_DECL_OVERRIDE; | 45 | KAsync::Job<void> load(const Akonadi2::Query &query, const QSharedPointer<Akonadi2::ResultProviderInterface<typename Akonadi2::ApplicationDomain::AkonadiResource::Ptr> > &resultProvider) Q_DECL_OVERRIDE; |
46 | 46 | ||
47 | private: | 47 | private: |
48 | QSharedPointer<QSettings> getSettings(); | 48 | QSharedPointer<QSettings> getSettings(); |