qtdeclarative/tests/auto/qml/qmlcppcodegen/data/GetOptionalLookupNonVoidabl...

7 lines
85 B
QML

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