aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/listview-initCurrent.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-25 11:30:01 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-25 08:57:36 +0200
commitd8dcb8ea98f117bb07e866a3ce7fd3c30243e346 (patch)
tree95e757d1e0925531a67a08d4d15c409bfe739f2e /tests/auto/quick/qquicklistview/data/listview-initCurrent.qml
parent046819ff4d53241d3b22cdb1d4abccad041bee6d (diff)
Revert "Remove properties related to highlight speed"
This reverts commit 18fb5506d524dbe380d5bf636c74c93fb85cbc31. Without these properties there's no way to set a constant movement speed. Change-Id: I49cd648846f801eb479ecce8cde09ff49ea11736 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquicklistview/data/listview-initCurrent.qml')
-rw-r--r--tests/auto/quick/qquicklistview/data/listview-initCurrent.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquicklistview/data/listview-initCurrent.qml b/tests/auto/quick/qquicklistview/data/listview-initCurrent.qml
index 1f6cccddca..c4f1860eda 100644
--- a/tests/auto/quick/qquicklistview/data/listview-initCurrent.qml
+++ b/tests/auto/quick/qquicklistview/data/listview-initCurrent.qml
@@ -56,6 +56,7 @@ Rectangle {
height: 320
keyNavigationWraps: testWrap
delegate: myDelegate
+ highlightMoveSpeed: 1000
model: testModel
header: root.showHeader ? headerFooter : null
footer: root.showFooter ? headerFooter : null