aboutsummaryrefslogtreecommitdiffstats
path: root/src/bench/host.h
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-07-19 14:56:28 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-07-19 17:58:41 +0000
commit8b993de7d30f268e101bdcc383a8c6b1ebc085ae (patch)
tree9e59a55ab1e7657f6f6358af57ef10ac6a6bf354 /src/bench/host.h
parent3245a746a22ab58f06c5105ea11ce083703779d4 (diff)
Make QmlLive ready for the Qt CI
Enabled the ipc unit test again Change-Id: Ib518b3c6afffc1b21d932cd3438d75b39f5b2f67 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/bench/host.h')
-rw-r--r--src/bench/host.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bench/host.h b/src/bench/host.h
index ef22278..658303c 100644
--- a/src/bench/host.h
+++ b/src/bench/host.h
@@ -35,7 +35,8 @@
#include <QUuid>
#include <QMetaType>
-class QSettings;
+QT_FORWARD_DECLARE_CLASS(QSettings);
+
class Host : public QObject
{
Q_OBJECT