summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/alias.9.qml
blob: 8061f99468aac699c8735d64c29581038721cfa0 (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

QtObject {
   property var other
   other: Alias4 { id: MyAliasObject }

   property int value: MyAliasObject.obj.myValue
}