aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/listviewtest.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-20 17:08:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-22 08:18:15 +0200
commit18fb5506d524dbe380d5bf636c74c93fb85cbc31 (patch)
tree64c2589db60c93ac4825d6ae41715a0ee0133461 /tests/auto/quick/qquicklistview/data/listviewtest.qml
parent188b4e0202c4e4d5950d440721bdd6ef7c4ecbe3 (diff)
Remove properties related to highlight speed
ListView should only have duration-type properties (i.e. highlightMoveDuration and highlightResizeDuration) as it's unnecessary to have both duration and speed properties for the highlight animation. (PathView and GridView only have the duration-related properties.) Change-Id: I1b94599e3e89afe6488ce2a882c2802354a859fe Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquicklistview/data/listviewtest.qml')
-rw-r--r--tests/auto/quick/qquicklistview/data/listviewtest.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/quick/qquicklistview/data/listviewtest.qml b/tests/auto/quick/qquicklistview/data/listviewtest.qml
index 47b341c1fc..29f9b92cb2 100644
--- a/tests/auto/quick/qquicklistview/data/listviewtest.qml
+++ b/tests/auto/quick/qquicklistview/data/listviewtest.qml
@@ -124,8 +124,6 @@ Rectangle {
model: testModel
delegate: testObject.animate ? animatedDelegate : myDelegate
highlight: testObject.invalidHighlight ? invalidHl : myHighlight
- highlightMoveSpeed: 1000
- highlightResizeSpeed: 1000
cacheBuffer: testObject.cacheBuffer
header: root.showHeader ? headerFooter : null
footer: root.showFooter ? headerFooter : null