summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/fakeDotProperty.qml
blob: d971eee4d04c46e4cb94df9330138e2a2f58ba91 (plain)
1
2
3
4
import Test 1.0
MyQmlObject {
    value.something: "hello"
}