Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / deleteWhileBindingRunning.qml
1 import Qt.test 1.0
2
3 MyDeleteObject {
4     property int result: nestedObject.intProperty + deleteNestedObject
5 }