From 5e580299e342bd77fc7479bbfd235f4446d7f05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 18 May 2015 15:20:35 +0200 Subject: KAsync has moved to it's own kasync.git repository --- examples/dummyresource/resourcefacade.h | 3 ++- examples/dummyresource/resourcefactory.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'examples') 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 @@ #pragma once #include "common/clientapi.h" -#include "async/src/async.h" + +#include class QSettings; 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 @@ #pragma once #include "common/genericresource.h" -#include "async/src/async.h" #include "common/messagequeue.h" +#include + #include //TODO: a little ugly to have this in two places, once here and once in Q_PLUGIN_METADATA -- cgit v1.2.3