summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/readOnly.3.qml
blob: a4a976e30a9f85ee6476c27dd435b1e5cf57d40d (plain)
1
2
3
4
5
6
7
8
import Test 1.0
import Qt 4.6

QtObject {
    property variant child
    child: HelperAlias { objAlias: QtObject {} }
}