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

MyQmlObject {
    objectName: trueProperty ? "foo" : "bar"
}