aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/boolPropertiesEvaluateAsBool.2.qml
blob: 37c747b3a0c55a12c698e472d2699c912bc7a133 (plain)
1
2
3
4
5
import Qt.test 1.0

MyQmlObject {
    stringProperty: falseProperty?'fail':'pass'
}