aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlvaluetypes/data/pointf_read.qml
blob: 0eab6daabe3619b9c3bfb4dbb3f61ea428d20649 (plain)
1
2
3
4
5
6
7
8
import Test 1.0

MyTypeObject {
    property real p_x: pointf.x
    property real p_y: pointf.y
    property variant copy: pointf
}