summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 11:28:44 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-10 11:28:44 +0100
commit3cf7d11a7a893447ab8e45c485344fede2afd7bf (patch)
tree9cf7121a2314d9632ca2aac19db36bbc25c2709d
parent668cead7d8f98615d90dbc933f194105b3cf0bc3 (diff)
downloadsink-3cf7d11a7a893447ab8e45c485344fede2afd7bf.tar.gz
sink-3cf7d11a7a893447ab8e45c485344fede2afd7bf.zip
Stop using clientapi.h
-rw-r--r--examples/client/main.cpp2
-rw-r--r--sinksh/sinksh_utils.cpp2
-rw-r--r--sinksh/sinksh_utils.h2
-rw-r--r--tests/clientapitest.cpp2
-rw-r--r--tests/databasepopulationandfacadequerybenchmark.cpp2
-rw-r--r--tests/domainadaptortest.cpp2
-rw-r--r--tests/dummyresourcebenchmark.cpp4
-rw-r--r--tests/dummyresourcetest.cpp3
-rw-r--r--tests/dummyresourcewritebenchmark.cpp2
-rw-r--r--tests/indextest.cpp2
-rw-r--r--tests/inspectiontest.cpp3
-rw-r--r--tests/maildirresourcetest.cpp3
-rw-r--r--tests/messagequeuetest.cpp2
-rw-r--r--tests/modelinteractivitytest.cpp3
-rw-r--r--tests/pipelinetest.cpp2
-rw-r--r--tests/querytest.cpp3
16 files changed, 23 insertions, 16 deletions
diff --git a/examples/client/main.cpp b/examples/client/main.cpp
index 5af38bc..07e780e 100644
--- a/examples/client/main.cpp
+++ b/examples/client/main.cpp
@@ -22,7 +22,7 @@
22#include <QCommandLineOption> 22#include <QCommandLineOption>
23#include <QTime> 23#include <QTime>
24 24
25#include "common/clientapi.h" 25#include "common/store.h"
26#include "common/log.h" 26#include "common/log.h"
27 27
28#include <QWidget> 28#include <QWidget>
diff --git a/sinksh/sinksh_utils.cpp b/sinksh/sinksh_utils.cpp
index fa06b34..d5b1c22 100644
--- a/sinksh/sinksh_utils.cpp
+++ b/sinksh/sinksh_utils.cpp
@@ -20,7 +20,7 @@
20 20
21#include "sinksh_utils.h" 21#include "sinksh_utils.h"
22 22
23#include "common/clientapi.h" 23#include "common/store.h"
24 24
25#include "utils.h" 25#include "utils.h"
26 26
diff --git a/sinksh/sinksh_utils.h b/sinksh/sinksh_utils.h
index 3e75e0d..bc4f6e5 100644
--- a/sinksh/sinksh_utils.h
+++ b/sinksh/sinksh_utils.h
@@ -24,7 +24,7 @@
24#include <QSharedPointer> 24#include <QSharedPointer>
25 25
26#include "common/query.h" 26#include "common/query.h"
27#include "common/clientapi.h" 27#include "common/store.h"
28 28
29#include "state.h" 29#include "state.h"
30 30
diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp
index a85b03b..0e21ca6 100644
--- a/tests/clientapitest.cpp
+++ b/tests/clientapitest.cpp
@@ -2,7 +2,7 @@
2#include <QDebug> 2#include <QDebug>
3#include <functional> 3#include <functional>
4 4
5#include "clientapi.h" 5#include "store.h"
6#include "facade.h" 6#include "facade.h"
7#include "resourceconfig.h" 7#include "resourceconfig.h"
8#include "modelresult.h" 8#include "modelresult.h"
diff --git a/tests/databasepopulationandfacadequerybenchmark.cpp b/tests/databasepopulationandfacadequerybenchmark.cpp
index 93f15cb..63daebc 100644
--- a/tests/databasepopulationandfacadequerybenchmark.cpp
+++ b/tests/databasepopulationandfacadequerybenchmark.cpp
@@ -10,7 +10,7 @@
10#include <common/synclistresult.h> 10#include <common/synclistresult.h>
11#include <common/definitions.h> 11#include <common/definitions.h>
12#include <common/query.h> 12#include <common/query.h>
13#include <common/clientapi.h> 13#include <common/store.h>
14 14
15#include "hawd/dataset.h" 15#include "hawd/dataset.h"
16#include "hawd/formatter.h" 16#include "hawd/formatter.h"
diff --git a/tests/domainadaptortest.cpp b/tests/domainadaptortest.cpp
index ff8f639..f523173 100644
--- a/tests/domainadaptortest.cpp
+++ b/tests/domainadaptortest.cpp
@@ -5,7 +5,7 @@
5#include <QDebug> 5#include <QDebug>
6 6
7#include "dummyresource/resourcefactory.h" 7#include "dummyresource/resourcefactory.h"
8#include "clientapi.h" 8#include "store.h"
9 9
10#include "common/domainadaptor.h" 10#include "common/domainadaptor.h"
11#include "common/entitybuffer.h" 11#include "common/entitybuffer.h"
diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp
index 60ebe74..9afc775 100644
--- a/tests/dummyresourcebenchmark.cpp
+++ b/tests/dummyresourcebenchmark.cpp
@@ -4,7 +4,9 @@
4 4
5#include "dummyresource/resourcefactory.h" 5#include "dummyresource/resourcefactory.h"
6#include "dummyresource/domainadaptor.h" 6#include "dummyresource/domainadaptor.h"
7#include "clientapi.h" 7#include "store.h"
8#include "notifier.h"
9#include "resourcecontrol.h"
8#include "commands.h" 10#include "commands.h"
9#include "entitybuffer.h" 11#include "entitybuffer.h"
10#include "pipeline.h" 12#include "pipeline.h"
diff --git a/tests/dummyresourcetest.cpp b/tests/dummyresourcetest.cpp
index 1253e6c..7d9ad24 100644
--- a/tests/dummyresourcetest.cpp
+++ b/tests/dummyresourcetest.cpp
@@ -3,10 +3,11 @@
3#include <QString> 3#include <QString>
4 4
5#include "dummyresource/resourcefactory.h" 5#include "dummyresource/resourcefactory.h"
6#include "clientapi.h" 6#include "store.h"
7#include "commands.h" 7#include "commands.h"
8#include "entitybuffer.h" 8#include "entitybuffer.h"
9#include "resourceconfig.h" 9#include "resourceconfig.h"
10#include "resourcecontrol.h"
10#include "modelresult.h" 11#include "modelresult.h"
11#include "pipeline.h" 12#include "pipeline.h"
12#include "log.h" 13#include "log.h"
diff --git a/tests/dummyresourcewritebenchmark.cpp b/tests/dummyresourcewritebenchmark.cpp
index ccbe5ac..6c05a1e 100644
--- a/tests/dummyresourcewritebenchmark.cpp
+++ b/tests/dummyresourcewritebenchmark.cpp
@@ -6,7 +6,7 @@
6 6
7#include "dummyresource/resourcefactory.h" 7#include "dummyresource/resourcefactory.h"
8#include "dummyresource/domainadaptor.h" 8#include "dummyresource/domainadaptor.h"
9#include "clientapi.h" 9#include "store.h"
10#include "commands.h" 10#include "commands.h"
11#include "entitybuffer.h" 11#include "entitybuffer.h"
12#include "pipeline.h" 12#include "pipeline.h"
diff --git a/tests/indextest.cpp b/tests/indextest.cpp
index 7ec95ce..a435e97 100644
--- a/tests/indextest.cpp
+++ b/tests/indextest.cpp
@@ -3,7 +3,7 @@
3#include <QString> 3#include <QString>
4#include <QQueue> 4#include <QQueue>
5 5
6#include "clientapi.h" 6#include "store.h"
7#include "storage.h" 7#include "storage.h"
8#include "index.h" 8#include "index.h"
9 9
diff --git a/tests/inspectiontest.cpp b/tests/inspectiontest.cpp
index 0323225..79e5863 100644
--- a/tests/inspectiontest.cpp
+++ b/tests/inspectiontest.cpp
@@ -3,7 +3,8 @@
3#include <QString> 3#include <QString>
4 4
5#include "dummyresource/resourcefactory.h" 5#include "dummyresource/resourcefactory.h"
6#include "clientapi.h" 6#include "store.h"
7#include "resourcecontrol.h"
7#include "resourceconfig.h" 8#include "resourceconfig.h"
8#include "log.h" 9#include "log.h"
9 10
diff --git a/tests/maildirresourcetest.cpp b/tests/maildirresourcetest.cpp
index 176ab9f..d47a3ac 100644
--- a/tests/maildirresourcetest.cpp
+++ b/tests/maildirresourcetest.cpp
@@ -3,7 +3,8 @@
3#include <QString> 3#include <QString>
4 4
5#include "maildirresource/maildirresource.h" 5#include "maildirresource/maildirresource.h"
6#include "clientapi.h" 6#include "store.h"
7#include "resourcecontrol.h"
7#include "commands.h" 8#include "commands.h"
8#include "entitybuffer.h" 9#include "entitybuffer.h"
9#include "resourceconfig.h" 10#include "resourceconfig.h"
diff --git a/tests/messagequeuetest.cpp b/tests/messagequeuetest.cpp
index c835b53..454ace2 100644
--- a/tests/messagequeuetest.cpp
+++ b/tests/messagequeuetest.cpp
@@ -3,7 +3,7 @@
3#include <QString> 3#include <QString>
4#include <QQueue> 4#include <QQueue>
5 5
6#include "clientapi.h" 6#include "store.h"
7#include "storage.h" 7#include "storage.h"
8#include "messagequeue.h" 8#include "messagequeue.h"
9#include "log.h" 9#include "log.h"
diff --git a/tests/modelinteractivitytest.cpp b/tests/modelinteractivitytest.cpp
index 51a9cd8..3f6e697 100644
--- a/tests/modelinteractivitytest.cpp
+++ b/tests/modelinteractivitytest.cpp
@@ -4,7 +4,8 @@
4#include <iostream> 4#include <iostream>
5 5
6#include "dummyresource/resourcefactory.h" 6#include "dummyresource/resourcefactory.h"
7#include "clientapi.h" 7#include "store.h"
8#include "resourcecontrol.h"
8#include "commands.h" 9#include "commands.h"
9#include "resourceconfig.h" 10#include "resourceconfig.h"
10#include "log.h" 11#include "log.h"
diff --git a/tests/pipelinetest.cpp b/tests/pipelinetest.cpp
index baa67f6..d6073dc 100644
--- a/tests/pipelinetest.cpp
+++ b/tests/pipelinetest.cpp
@@ -11,7 +11,7 @@
11#include "modifyentity_generated.h" 11#include "modifyentity_generated.h"
12#include "deleteentity_generated.h" 12#include "deleteentity_generated.h"
13#include "dummyresource/resourcefactory.h" 13#include "dummyresource/resourcefactory.h"
14#include "clientapi.h" 14#include "store.h"
15#include "commands.h" 15#include "commands.h"
16#include "entitybuffer.h" 16#include "entitybuffer.h"
17#include "resourceconfig.h" 17#include "resourceconfig.h"
diff --git a/tests/querytest.cpp b/tests/querytest.cpp
index 42064c6..16376b9 100644
--- a/tests/querytest.cpp
+++ b/tests/querytest.cpp
@@ -3,7 +3,8 @@
3#include <QString> 3#include <QString>
4 4
5#include "dummyresource/resourcefactory.h" 5#include "dummyresource/resourcefactory.h"
6#include "clientapi.h" 6#include "store.h"
7#include "resourcecontrol.h"
7#include "commands.h" 8#include "commands.h"
8#include "resourceconfig.h" 9#include "resourceconfig.h"
9#include "log.h" 10#include "log.h"