diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-28 16:20:38 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-11-28 16:20:38 +0100 |
commit | 887abffb3f712acaa23eae174d5890f337fe43cb (patch) | |
tree | d1ba1e6ee366edacae02f04510ce9cfed3d47ef9 /common/clientapi.h | |
parent | 4926e7f613ea3e03a2865eec66c6a8c1ec0b6516 (diff) | |
download | sink-887abffb3f712acaa23eae174d5890f337fe43cb.tar.gz sink-887abffb3f712acaa23eae174d5890f337fe43cb.zip |
Cleanup
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 7fee6ae..04f1305 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -26,17 +26,12 @@ | |||
26 | #include <Async/Async> | 26 | #include <Async/Async> |
27 | 27 | ||
28 | #include "query.h" | 28 | #include "query.h" |
29 | #include "resultprovider.h" | ||
30 | #include "applicationdomaintype.h" | 29 | #include "applicationdomaintype.h" |
31 | 30 | ||
32 | Q_DECLARE_METATYPE(std::shared_ptr<void>); | ||
33 | |||
34 | class QAbstractItemModel; | 31 | class QAbstractItemModel; |
35 | 32 | ||
36 | namespace Akonadi2 { | 33 | namespace Akonadi2 { |
37 | 34 | ||
38 | using namespace async; | ||
39 | |||
40 | /** | 35 | /** |
41 | * Store interface used in the client API. | 36 | * Store interface used in the client API. |
42 | */ | 37 | */ |