qt6-bb10/qtdeclarative/tests/auto/quick/qquickview/data/error1.qml

6 lines
61 B
QML

import QtQuick 2.0
Rectangle {
nonExistentProperty: 5
}