aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/compositePropertyType.qml
blob: 1af77d5aff17f30856dc97dddff3588e206c16ae (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

QtObject {
    property CustomObject myObject
    myObject: CustomObject { }

    Component.onCompleted: console.log(myObject.greeting)
}