qtdeclarative/tests/auto/qml/qmllint/data/Text.qml

7 lines
71 B
QML

import QtQuick 2.12 as T
T.Text {
id: control
text: "'ello"
}