aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/CxxTypeFromImplicit.qml
blob: 99465d491975605d1548aed595fc269ec39e386d (plain)
1
2
3
4
5
6
7
8
9
10
pragma Strict
import QtQml

QtObject {
    objectName: p.name
    property Person p: Person {
        id: p
        name: "guenther"
    }
}