qtdeclarative/tests/auto/qml/qqmlecmascript/data/nonNotifyable.qml

7 lines
83 B
QML

import Qt.test 1.0
MyQmlObject {
id: root
property int test: root.value
}