diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 15:52:17 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-01-19 15:52:17 +0100 |
commit | f4967fc5527db28d3148989f245d374c8e4904d1 (patch) | |
tree | a7813f637f54fc0fa421552626207a306c62714a /tests/clientapitest.cpp | |
parent | 45228473347d508df81eb837b019841812960d0f (diff) | |
download | sink-f4967fc5527db28d3148989f245d374c8e4904d1.tar.gz sink-f4967fc5527db28d3148989f245d374c8e4904d1.zip |
Fixed build.
Diffstat (limited to 'tests/clientapitest.cpp')
-rw-r--r-- | tests/clientapitest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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: | |||
33 | KAsync::Job<void> create(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null<void>(); }; | 33 | KAsync::Job<void> create(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null<void>(); }; |
34 | KAsync::Job<void> modify(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null<void>(); }; | 34 | KAsync::Job<void> modify(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null<void>(); }; |
35 | KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null<void>(); }; | 35 | KAsync::Job<void> remove(const T &domainObject) Q_DECL_OVERRIDE { return KAsync::null<void>(); }; |
36 | KAsync::Job<void> inspect(const Akonadi2::Inspection &) Q_DECL_OVERRIDE { return KAsync::null<void>(); }; | ||
37 | QPair<KAsync::Job<void>, typename Akonadi2::ResultEmitter<typename T::Ptr>::Ptr > load(const Akonadi2::Query &query) Q_DECL_OVERRIDE | 36 | QPair<KAsync::Job<void>, typename Akonadi2::ResultEmitter<typename T::Ptr>::Ptr > load(const Akonadi2::Query &query) Q_DECL_OVERRIDE |
38 | { | 37 | { |
39 | auto resultProvider = new Akonadi2::ResultProvider<typename T::Ptr>(); | 38 | auto resultProvider = new Akonadi2::ResultProvider<typename T::Ptr>(); |