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

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