aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/compositePropertyType.qml
blob: e97b75c8d085c76c7ac59758b1837160f44277f0 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

QtObject {
    property CustomObject myObject
    myObject: CustomObject { }

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