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

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