Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / wrongType.16.qml
1 import Test 1.0
2 import QtQuick 1.0
3 MyQmlObject {
4     qmlobjectProperty: QtObject {}
5 }