qt6-bb10/qtdeclarative/tests/auto/qml/qqmlcomponent/data/qmlWithError.qml

8 lines
150 B
QML

import QtQml 2.0
QtObject {
onSomePropertyChanged: { // Note: there's no property someProperty, so this fails
console.log("42");
}
}