summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativevaluetypes/data/size_read.qml
blob: 86dba0322412e4a215af00c014beecba16bc8ba0 (plain)
1
2
3
4
5
6
7
8
import Test 1.0

MyTypeObject {
    property int s_width: size.width
    property int s_height: size.height
    property var copy: size
}