aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-11-05 10:47:58 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-05 13:58:58 +0000
commita7f291846d539b8ce99a7adaf0ae36942d316420 (patch)
tree6ede94a453d453f3a3e02f1680038d45409ee8bd
parenta4c8136b3d951938ad44e9736d8b4f4438d5bdf0 (diff)
QQmlPropertyValueInterceptor: Do not rely on transitive include
qpropery.h will no longer be included with qobject.h Change-Id: If1c2fdb0c2487614166ef8d6bd036d714a40fb89 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 6a2ddcd145643b4d9254e0a5f58b9665c07b5d34) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qml/qml/qqmlpropertyvalueinterceptor_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlpropertyvalueinterceptor_p.h b/src/qml/qml/qqmlpropertyvalueinterceptor_p.h
index be061ba6cd..9ef8360d2d 100644
--- a/src/qml/qml/qqmlpropertyvalueinterceptor_p.h
+++ b/src/qml/qml/qqmlpropertyvalueinterceptor_p.h
@@ -54,6 +54,7 @@
#include <private/qtqmlglobal_p.h>
#include <private/qqmlpropertyindex_p.h>
#include <QtCore/qobject.h>
+#include <QtCore/qproperty.h>
QT_BEGIN_NAMESPACE