aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlproperty/data/readSynthesizedObject.qml
blob: 55010b69a97615815abb70b2ac24e7648d9dd59b (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 2.0

QtObject {
    property TestType test

    test: TestType {
        property int b: 19
    }
}