aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlproperty_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-06-24 10:42:19 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-06-24 17:45:40 +0200
commitee6deafdb1848759d9233c37241eab4a50f2cdbf (patch)
tree82a18032d916ea86b38d87dfb84178785fbc5153 /src/qml/qml/qqmlproperty_p.h
parent56de8b41f24fda23eaba34dd6e034cf409966b17 (diff)
Replace QQmlBoundSignalExpressionPointer with QQmlRefPointer
They do the same thing. Change-Id: Ia35832e6175728e7480d09caba6d3833718d9e80 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlproperty_p.h')
-rw-r--r--src/qml/qml/qqmlproperty_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlproperty_p.h b/src/qml/qml/qqmlproperty_p.h
index f8315854f7..75b505ddc9 100644
--- a/src/qml/qml/qqmlproperty_p.h
+++ b/src/qml/qml/qqmlproperty_p.h
@@ -58,7 +58,6 @@
#include <private/qtqmlglobal_p.h>
#include <private/qqmlrefcount_p.h>
#include <private/qqmlcontextdata_p.h>
-#include <private/qqmlboundsignalexpressionpointer_p.h>
#include <private/qqmlpropertydata_p.h>
#include <private/qqmlpropertyindex_p.h>
@@ -69,6 +68,7 @@ class QQmlEnginePrivate;
class QQmlJavaScriptExpression;
class QQmlMetaObject;
class QQmlAbstractBinding;
+class QQmlBoundSignalExpression;
class Q_QML_PRIVATE_EXPORT QQmlPropertyPrivate : public QQmlRefCount
{