aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/GetOptionalLookupNonVoidableBase.qml
blob: 7b95666965c0870d209cd24b6b4275b518a93c41 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    property url foo
    property bool b: foo?.toString()
}