aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/CustomObject.qml
blob: aa1a1d6061bec05b61e8b6d4f3319ec79da3bd56 (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    property string greeting: "hello world"
}