aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/qpropertyBindingUndefinedWithoutReset2.qml
blob: 9a74a620d8efe8b440ba86648c16e6b4be4fb359 (plain)
1
2
3
4
5
6
import Qt.test 1.0
ClassWithQObjectProperty {
    property int anotherValue: 1
    property bool toggle: false
    value2: toggle ? undefined : anotherValue
}