summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
diff options
context:
space:
mode:
authorRobert Brock <robert.brock@kdab.com>2017-02-06 12:12:03 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-04-01 11:23:37 +0000
commitf0e035774cafbcbd0ccd425f9b5e459a1eef4b77 (patch)
treea22ebe4db4e1c0d391781edb8163e1947d9f06ac /src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
parentd56e5ea8ad6096a5e7f5a20a8d572a721d89bf0d (diff)
Coding convention fix for Src/Quick3D
Reordering the header includes to comply with Qt coding conventions Task-number: QTBUG-56185 Change-Id: I60008858a4975621b9159d909908b6bba2f98f14 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h')
-rw-r--r--src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h b/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
index 5a2c8ea54..7626a2db7 100644
--- a/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
+++ b/src/quick3d/quick3drender/items/quick3drendertargetoutput_p.h
@@ -51,10 +51,11 @@
// We mean it.
//
-#include <Qt3DQuickRender/private/qt3dquickrender_global_p.h>
#include <Qt3DRender/qrendertarget.h>
#include <Qt3DRender/qrendertargetoutput.h>
-#include <QQmlListProperty>
+#include <QtQml/QQmlListProperty>
+
+#include <Qt3DQuickRender/private/qt3dquickrender_global_p.h>
QT_BEGIN_NAMESPACE