Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / component.3.qml
1 import QtQuick 1.0
2
3 Item {
4     Component {
5         id: myId
6         id: myId2
7         QtObject {}
8     }
9 }