Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / pointf_read.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property real p_x: pointf.x
5     property real p_y: pointf.y
6     property variant copy: pointf
7 }
8