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

MyQmlObject {
    id: root
    property int test: root.value
}