summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/component.3.qml
blob: 287a9591732fbd2f70f9ede977164320cca09f4b (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

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