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

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