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

QtObject {
    property string greeting: "hello world"
}