QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlvaluetypes / data / sizereadonly_read.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property int s_width: sizereadonly.width
5     property int s_height: sizereadonly.height
6     property variant copy: sizereadonly
7 }
8