summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/interfaceQList.qml
blob: c87dfae785b0b70aa7c8571bb4e1dfb9b13f0fa5 (plain)
1
2
3
4
5
6
7
import Test 1.0
MyContainer {
    qlistInterfaces: [ 
        MyQmlObject {},
        MyQmlObject {}
    ]
}