summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2015-05-18 15:20:35 +0200
committerDan Vrátil <dvratil@redhat.com>2015-05-18 15:20:35 +0200
commit5e580299e342bd77fc7479bbfd235f4446d7f05b (patch)
tree648aacd4de1f239d72be89ab9f2d4a97867d7920 /examples
parentb43c0cf97615957e097daef29ff8febc1ec884c8 (diff)
downloadsink-5e580299e342bd77fc7479bbfd235f4446d7f05b.tar.gz
sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.zip
KAsync has moved to it's own kasync.git repository
Diffstat (limited to 'examples')
-rw-r--r--examples/dummyresource/resourcefacade.h3
-rw-r--r--examples/dummyresource/resourcefactory.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/examples/dummyresource/resourcefacade.h b/examples/dummyresource/resourcefacade.h
index 82ac41e..5d0291c 100644
--- a/examples/dummyresource/resourcefacade.h
+++ b/examples/dummyresource/resourcefacade.h
@@ -20,7 +20,8 @@
20#pragma once 20#pragma once
21 21
22#include "common/clientapi.h" 22#include "common/clientapi.h"
23#include "async/src/async.h" 23
24#include <Async/Async>
24 25
25class QSettings; 26class QSettings;
26 27
diff --git a/examples/dummyresource/resourcefactory.h b/examples/dummyresource/resourcefactory.h
index 751f2d8..f5caf61 100644
--- a/examples/dummyresource/resourcefactory.h
+++ b/examples/dummyresource/resourcefactory.h
@@ -20,9 +20,10 @@
20#pragma once 20#pragma once
21 21
22#include "common/genericresource.h" 22#include "common/genericresource.h"
23#include "async/src/async.h"
24#include "common/messagequeue.h" 23#include "common/messagequeue.h"
25 24
25#include <Async/Async>
26
26#include <flatbuffers/flatbuffers.h> 27#include <flatbuffers/flatbuffers.h>
27 28
28//TODO: a little ugly to have this in two places, once here and once in Q_PLUGIN_METADATA 29//TODO: a little ugly to have this in two places, once here and once in Q_PLUGIN_METADATA