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