summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-28 16:20:38 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-28 16:20:38 +0100
commit887abffb3f712acaa23eae174d5890f337fe43cb (patch)
treed1ba1e6ee366edacae02f04510ce9cfed3d47ef9 /common/clientapi.h
parent4926e7f613ea3e03a2865eec66c6a8c1ec0b6516 (diff)
downloadsink-887abffb3f712acaa23eae174d5890f337fe43cb.tar.gz
sink-887abffb3f712acaa23eae174d5890f337fe43cb.zip
Cleanup
Diffstat (limited to 'common/clientapi.h')
-rw-r--r--common/clientapi.h5
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
32Q_DECLARE_METATYPE(std::shared_ptr<void>);
33
34class QAbstractItemModel; 31class QAbstractItemModel;
35 32
36namespace Akonadi2 { 33namespace Akonadi2 {
37 34
38using namespace async;
39
40/** 35/**
41 * Store interface used in the client API. 36 * Store interface used in the client API.
42 */ 37 */