aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/inlineComponents.formatted.qml
blob: 5349280f2ba640c001e842723aa8593a09a0d99b (plain)
1
2
3
4
5
6
7
8
9
10
Item {
    component CustomText: Text {
        Text {
            color: "red"
            text: "Test Text"
        }

    }

}