aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/callObjectLookupOnNull.qml
blob: 9eadfca3b43f67ffbd0a53dafb526ac18c644b72 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    property Person person: Person { name: "horst" }
    objectName: person.getName()
}