DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src / 5.15.8%2Bdfsg-3 / tests / auto / qml / qqmlbinding / data / unknownProperty.qml
1234567891011
import QtQuick 2.0 Item { id: root Binding { target: root property: "unknown" value: 42 } }