qtdeclarative/tests/auto/qml/qmlcppcodegen
Ulf Hermann afbf7b6990 QmlCompiler: Handle non-resettable undefined assignment
We need to generate an exception if undefined is assigned to a property
that can't be reset. We don't want to reject everything that can
potentially be undefined. Therefore, we use the QVariant fallback and
examine the value for undefined at run time.

Pick-to: 6.7 6.6 6.5 6.2
Change-Id: I0a034032f4522f017b452690d93319eb4bfedb1c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-01-25 18:35:05 +01:00
..
data QmlCompiler: Handle non-resettable undefined assignment 2024-01-25 18:35:05 +01:00
CMakeLists.txt CMake: Make qml tests standalone projects 2023-07-05 12:34:11 +02:00
tst_qmlcppcodegen.cpp QmlCompiler: Handle non-resettable undefined assignment 2024-01-25 18:35:05 +01:00