aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-10-14 15:44:42 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-10-14 19:54:04 +0200
commit8d560d1bf0a747bf62f73fad6b6774095442d9d2 (patch)
tree68c84f26afdd93aad29ede5772d646ad3baa25f9 /src
parent8da8d51939c56b8f8e4887e8f7237fba1b139127 (diff)
qqmlprivate.h: Fix include directive
Add the module, unbreaking the Qt for Python build. Amends 2b371a50cbc1f54284fcea3834834ca58fc28fd0. Change-Id: Ic717f00e5225190c698b4ae8322cbee88087b265 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/qml/qml/qqmlprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlprivate.h b/src/qml/qml/qqmlprivate.h
index bfd3611fb8..6d7a2569bc 100644
--- a/src/qml/qml/qqmlprivate.h
+++ b/src/qml/qml/qqmlprivate.h
@@ -58,7 +58,7 @@
#include <QtCore/qglobal.h>
#include <QtCore/qvariant.h>
#include <QtCore/qurl.h>
-#include <QPointer>
+#include <QtCore/qpointer.h>
QT_BEGIN_NAMESPACE