diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/dummyresource/resourcefacade.h | 3 | ||||
-rw-r--r-- | examples/dummyresource/resourcefactory.h | 3 |
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 | ||
25 | class QSettings; | 26 | class 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 |