aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/types/qqmlbind_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-07-12 14:49:43 +0200
committerUlf Hermann <ulf.hermann@qt.io>2021-07-13 09:00:59 +0200
commit133c466eefaf77f27353c54d90039459c7889fc7 (patch)
treeb45996fcfdeec4f9a39fbe548ba31a37e6f8f7f6 /src/qml/types/qqmlbind_p.h
parent1f8858cf7f2a79aa6d25af3cf12fd9ca48e45d5d (diff)
Re-order some includes
The semi-private headers of QML-exposed types should follow our conventions regarding include formatting. Change-Id: I224603d37ea5debcfad258b1e14907b40328c8f6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Andrei Golubev <andrei.golubev@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/qml/types/qqmlbind_p.h')
-rw-r--r--src/qml/types/qqmlbind_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/types/qqmlbind_p.h b/src/qml/types/qqmlbind_p.h
index 25c185fee3..0687fa0fb1 100644
--- a/src/qml/types/qqmlbind_p.h
+++ b/src/qml/types/qqmlbind_p.h
@@ -52,8 +52,8 @@
//
#include <private/qtqmlglobal_p.h>
-#include <qqml.h>
+#include <QtQml/qqml.h>
#include <QtCore/qobject.h>
QT_BEGIN_NAMESPACE