aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickview/data/error1.qml
blob: 09df6795558cc7e1843216a72f56c23e8a0936a2 (plain)
1
2
3
4
5
import QtQuick 2.0

Rectangle {
    nonExistentProperty: 5
}