aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/boolPointerMerge.qml
Commit message (Collapse)AuthorAgeFilesLines
* QmlCompiler: Merge bool and any pointer type into the pointer typeUlf Hermann2023-04-151-0/+15
A pointer type can hold bool as either nullptr or some value. We don't need to produce a QVariant for that. Change-Id: I368c3fa703d08ff396a5b4702ba7d1f2614b1467 Reviewed-by: Sami Shalayel <sami.shalayel@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>