Files
qt-creator/tests/auto/qml/reformatter/inline.qml
Fawzi Mohamed 0ff75a721f qmljs: reformat inline components
Fixes: QTCREATORBUG-25381
Change-Id: I472105cd6436d4d0ae7369880c332b8f4a2321ad
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2021-03-02 08:29:29 +00:00

9 lines
116 B
QML

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