aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/writeVariantMap.qml
Commit message (Collapse)AuthorAgeFilesLines
* QmlCompiler: Explicitly cast operations that result in QStringUlf Hermann2024-05-251-0/+10
We may be using QStringBuilder, and that can be stored in QVariant (and possibly other places). Fixes: QTBUG-125576 Change-Id: Ib31e31591a3333e51f1d5594ee05fdb8f0744714 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>