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

Object {
   property var other
   other: Alias { id: MyAliasObject }

   property alias value: MyAliasObject.aliasValue
   property alias value2: MyAliasObject.value
}