aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/QPropertyBase.qml
blob: 40f29f589e3e9e9e7add6d0def299497b7434e54 (plain)
1
2
3
4
5
import Qt.test 1
ClassWithQProperty {
    value2: 42
    value: value2
}