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

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