aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/assignSequenceTypes.3.qml
blob: e486feb96cddfeb810e983a6f033de3d5d770b35 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0
import Qt.test 1.0

MySequenceConversionObject {
    intListProperty: 1
    qrealListProperty: 1
    boolListProperty: false
    urlListProperty: Qt.resolvedUrl("example.html")
}