summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/enumFromBadSingleton.qml
Commit message (Collapse)AuthorAgeFilesLines
* QtQml: Always throw when requesting an enum from an invalid singletonUlf Hermann2023-03-011-0/+6
The interpreter does this and so should the enum lookup adapter for generated C++ code. Pick-to: 6.5 6.4 6.2 Fixes: QTBUG-109816 Change-Id: I576480c3ca808743ddc0ceaf2f0bd8a1de776a41 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>