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

QtObject {
   property variant other
   other: Alias3 { id: myAliasObject }

   property int value: myAliasObject.obj.myValue
}