aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeview/data/error1.qml
blob: 4887ff908f70354df638eeda86c176773bb11441 (plain)
1
2
3
4
5
import QtQuick 1.0

Rectangle {
    nonExistentProperty: 5
}