summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/component.2.qml
blob: 7e7dd0f03d34228e51176617ecefbf0bb7979533 (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.7

Item {
    id: myId
    Component {
        id: myId
        QtObject {}
    }
}