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

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

   property int value: MyAliasObject.obj.myValue
}