aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeproperty/data/readSynthesizedObject.qml
blob: a91d3ed9ad63d5d5431a0590cf3b8376362ea547 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0

QtObject {
    property TestType test

    test: TestType {
        property int b: 19
    }
}