Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeview / data / error1.qml
1 import QtQuick 1.0
2
3 Rectangle {
4     nonExistentProperty: 5
5 }