Fix includes for QQmlDebugServerConnection
authorUlf Hermann <ulf.hermann@theqtcompany.com>
Wed, 15 Jul 2015 11:27:59 +0000 (13:27 +0200)
committerUlf Hermann <ulf.hermann@theqtcompany.com>
Wed, 29 Jul 2015 14:36:10 +0000 (14:36 +0000)
We don't want to require core-private for no reason.

Change-Id: Iff92e52d1894dde9b2155b4e42c21eec2b852f97
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/debugger/qqmldebugserverconnection_p.h

index cfdf85a..72a4395 100644 (file)
@@ -34,8 +34,8 @@
 #ifndef QQMLDEBUGSERVERCONNECTION_H
 #define QQMLDEBUGSERVERCONNECTION_H
 
-#include <QtQml/qtqmlglobal.h>
-#include <private/qqmlglobal_p.h>
+#include <private/qtqmlglobal_p.h>
+#include <QtCore/qobject.h>
 
 //
 //  W A R N I N G