aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/data/HelloWorld.qml
blob: 40a31d611dfceae6d709fc177778edf6ebdba740 (plain)
1
2
3
4
5
import QtQml
QtObject {
    property string hello: "Hello, World"
    property string greeting: hello + "!"
}