summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelistreference/data/variantToList.qml
blob: 0c2d0aa2fc99a9b2d884b9762d3b73b98e61c501 (plain)
1
2
3
4
5
6
7
8
9
10
import Qt 4.6

QtObject {
    property list<QtObject> myList;
    myList: QtObject {}

    property var value: myList
    property int test: value.length
}