Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeecmascript / data / dynamicCreation.helper.qml
1 import Qt.test 1.0
2
3 MyQmlObject{
4     objectName: "objectTwo"
5 }
6