summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicObjectProperties.2.qml
blob: df3de207eaa443ab3f760376204fa3fc091c5576 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.7 
import Qt 4.7 as Qt47

Qt.QtObject {
    property Qt47.QtObject objectProperty
    property list<Qt47.QtObject> objectPropertyList

    objectProperty: QtObject {}
    objectPropertyList: QtObject {}
}