From 01284467e610552e041c6960da4fd4bb7c1cbc7e Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 17 Feb 2020 16:56:03 +0100 Subject: QQmlPropertyCacheCreator: initialize member Change-Id: I28f32dd5fd3cf228195a2bdd5df0209646407775 Reviewed-by: Ulf Hermann --- src/qml/qml/qqmlpropertycachecreator_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qml/qml/qqmlpropertycachecreator_p.h') diff --git a/src/qml/qml/qqmlpropertycachecreator_p.h b/src/qml/qml/qqmlpropertycachecreator_p.h index a050a0bf0a..d99f5b6e98 100644 --- a/src/qml/qml/qqmlpropertycachecreator_p.h +++ b/src/qml/qml/qqmlpropertycachecreator_p.h @@ -153,6 +153,7 @@ inline QQmlPropertyCacheCreator::QQmlPropertyCacheCreator(QQmlP , propertyCaches(propertyCaches) , pendingGroupPropertyBindings(pendingGroupPropertyBindings) , typeClassName(typeClassName) + , currentRoot(-1) { propertyCaches->resize(objectContainer->objectCount()); } -- cgit v1.2.3