Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / assignSequenceTypes.3.qml
1 import QtQuick 2.0
2 import Qt.test 1.0
3
4 MySequenceConversionObject {
5     intListProperty: 1
6     qrealListProperty: 1.1
7     boolListProperty: false
8     urlListProperty: Qt.resolvedUrl("example.html")
9 }