diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-09 03:38:04 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-09 03:38:04 (GMT) |
commit | 51a8ca0c1fe9d5cce6b430632446a2d3c42989c8 (patch) | |
tree | e9cc3a5988f514cc1fd4fe51a0c29969d21f2c8f /tests/auto/declarative/qdeclarativegridview | |
parent | 45ca7aff2c04c302906a1af0d9d671bb9cb452f0 (diff) | |
download | Qt-51a8ca0c1fe9d5cce6b430632446a2d3c42989c8.zip Qt-51a8ca0c1fe9d5cce6b430632446a2d3c42989c8.tar.gz Qt-51a8ca0c1fe9d5cce6b430632446a2d3c42989c8.tar.bz2 |
Replace "property var " with "property variant " in QML code
Diffstat (limited to 'tests/auto/declarative/qdeclarativegridview')
-rw-r--r-- | tests/auto/declarative/qdeclarativegridview/data/gridview1.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativegridview/data/gridview1.qml b/tests/auto/declarative/qdeclarativegridview/data/gridview1.qml index ba6b807..a061ae2 100644 --- a/tests/auto/declarative/qdeclarativegridview/data/gridview1.qml +++ b/tests/auto/declarative/qdeclarativegridview/data/gridview1.qml @@ -3,7 +3,7 @@ import Qt 4.6 Rectangle { id: root property int added: -1 - property var removed + property variant removed width: 240 height: 320 |