summaryrefslogtreecommitdiffstats
path: root/common/clientapi.h
diff options
context:
space:
mode:
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 */