aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/untitled/components/Foo.qml
blob: 10e574190082133c66f5ff8cd05f649822f453c6 (plain)
1
2
3
4
5
import QtQuick

Text {
    text: "Here I am!"
}