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

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