summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/CustomObject.qml
blob: 170d02701c98a3fc45ae4dd67779746ab24a23b8 (plain)
1
2
3
4
5
import Qt 4.7

QtObject {
    property string greeting: "hello world"
}