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

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