Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / valueTypeFunctions.qml
1 import Qt.test 1.0
2
3 MyTypeObject {
4     rectProperty: Qt.rect(0,0,100,100)
5     rectFProperty: Qt.rect(0,0.5,100,99.5)
6 }