aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/Text.qml
blob: 130578d1e33493c96af162c0ec1bf66b757edb15 (plain)
1
2
3
4
5
6
import QtQuick 2.12 as T

T.Text {
    id: control
    text: "'ello"
}