summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/alias.9.qml
blob: a2a41a172984315dcc4e0c22e68d1deb00a3d5f8 (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
}