DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qqmlbinding / data / unknownProperty.qml
1234567891011
import QtQuick 2.0 Item { id: root Binding { target: root property: "unknown" value: 42 } }