aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/alias.10.qml
blob: bf6352e82b3b2a5b08d2ebfbcde195d14a0f4560 (plain)
1
2
3
4
5
6
7
8
import Test 1.0

MyTypeObject {
    id: root
    property alias valueAlias: root.rectProperty

    rectProperty: "10,11,9x8"
}