Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / metaobjectRevision3.qml
1 import Qt.test 1.0
2
3 MyRevisionedSubclass
4 {
5     prop1: prop3
6     onSignal1: method1()
7     onSignal3: method3()
8 }