qtdeclarative/tests/auto/qml/qqmlecmascript/data/qpropertyBindingUndefinedWi...

7 lines
159 B
QML

import Qt.test 1.0
ClassWithQObjectProperty {
property int anotherValue: 1
property bool toggle: false
value2: toggle ? undefined : anotherValue
}