aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/invisibleTypes.qml
Commit message (Collapse)AuthorAgeFilesLines
* QmlCompile: Double-check types before generating lookupsUlf Hermann2022-04-281-0/+8
In case of incomplete type information, we can get QJSValue as output type where we expect QObject*. We cannot generate any sensible code for that. Change-Id: If817de7dca3b5b0b58aff92dec2dd12a7c10d250 Fixes: QTBUG-102554 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit 4ab857c37b73d9665467786bab25e2362038f3aa)