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

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

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