Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / regExp.qml
1 import Qt.test 1.0
2
3 MyQmlObject{
4     id: obj
5     objectName: "obj"
6     regExp: /[a-zA-z]/
7 }