aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/themerbad.qml
Commit message (Collapse)AuthorAgeFilesLines
* qmlcachegen: Don't generate bad code if we cannot resolve a return typeUlf Hermann2021-12-101-0/+8
If we cannot resolve a return type, we need to refrain from calling the method. Pick-to: 6.2 Task-number: QTBUG-99042 Change-Id: Ie5ba0367c83c178f7e5c112072ca97d3c1c1fb1f Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>