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

8 lines
120 B
QML

import QtQml
import TestTypes
QtObject {
property Action action: Action { }
property bool b: action?.visible
}