From 21cf48781655e03c099e54f180f78e7435367386 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Mon, 8 Jan 2024 12:42:29 +0100 Subject: QtQml: Move BindingPropertyData into the base CU Change-Id: I2edcb2c324919a1131ae490bee9c9b1140097b09 Reviewed-by: Fabian Kosmale --- src/qml/qml/qqmlpropertyvalidator_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlpropertyvalidator_p.h') diff --git a/src/qml/qml/qqmlpropertyvalidator_p.h b/src/qml/qml/qqmlpropertyvalidator_p.h index e1154347ec..d7fea687f9 100644 --- a/src/qml/qml/qqmlpropertyvalidator_p.h +++ b/src/qml/qml/qqmlpropertyvalidator_p.h @@ -63,7 +63,7 @@ private: const QV4::CompiledData::Unit *qmlUnit; const QQmlPropertyCacheVector &propertyCaches; - QVector * const bindingPropertyDataPerObject; + QVector * const bindingPropertyDataPerObject; }; QT_END_NAMESPACE -- cgit v1.2.3