Unify #include syntax
authorUlf Hermann <ulf.hermann@theqtcompany.com>
Mon, 13 Jul 2015 12:25:00 +0000 (14:25 +0200)
committerUlf Hermann <ulf.hermann@theqtcompany.com>
Mon, 20 Jul 2015 13:20:02 +0000 (13:20 +0000)
Change-Id: I4e0e79ebae3d42664bcf617193ca347890cf922e
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
src/qml/debugger/qqmldebugservice_p.h

index 9e1ae6fda3b557b7587aafeff233f7b46720c9aa..c21aaf224072226b0e58f325f8498e8c49b708cf 100644 (file)
@@ -35,7 +35,7 @@
 #define QQMLDEBUGSERVICE_H
 
 #include <QtCore/qobject.h>
-#include <QtCore/QDataStream>
+#include <QtCore/qdatastream.h>
 
 #include <private/qtqmlglobal_p.h>