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

}