DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmlcppcodegen / data / callObjectLookupOnNull.qml
123456
import QtQml QtObject { property Person person: Person { name: "horst" } objectName: person.getName() }