summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qdeclarativeview/data/error1.qml
blob: c154716996f9d511f923a57b9e001913eb07aa93 (plain)
1
2
3
4
5
import Qt 4.7

Rectangle {
    nonExistentProperty: 5
}