aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/extra/extra.qml
blob: e8f51984b8bd0d08c53b4e28c41c8f27f21d9c35 (plain)
1
2
3
4
5
6
pragma Strict
import QtQml

B {
    r: ({x: 4, y: 6, width: 8, height: 10})
}