aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/component.3.qml
blob: bac23ef9038f49e7d68a1b8d9a9ee19b42b03d2e (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

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