Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / variant_read.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property real s_width: variant.width
5     property real s_height: variant.height
6     property variant copy: variant
7 }
8
9