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

Item {
    id: myId
    Component {
        id: myId
        Object {}
    }
}