summaryrefslogtreecommitdiff
path: root/tests/auto/qml/reformatter/inline.qml
blob: 41eae25b1b013c4a6c4d0d908c0c56278f1fc080 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.15

Item {
    component CustomText: Text {
        color: "red"
        text: "Test Text"
    }
}