aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/listview-noCurrent.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-25 13:05:15 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-26 08:08:37 +0200
commita5186a23330ff42b79c121b565e5880ce63856aa (patch)
tree0d69e68f6f93f36aa11edaa52c02fac6808d9271 /tests/auto/quick/qquicklistview/data/listview-noCurrent.qml
parent3bb4880d63e0ebc972d500d3c7538127cd709a5d (diff)
Rename ListView *speed properties to *velocity
Change-Id: I63c02d186b1832e7bf890a00caad150d5bf136cb Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquicklistview/data/listview-noCurrent.qml')
-rw-r--r--tests/auto/quick/qquicklistview/data/listview-noCurrent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicklistview/data/listview-noCurrent.qml b/tests/auto/quick/qquicklistview/data/listview-noCurrent.qml
index cb9030090e..fa7430c4cb 100644
--- a/tests/auto/quick/qquicklistview/data/listview-noCurrent.qml
+++ b/tests/auto/quick/qquicklistview/data/listview-noCurrent.qml
@@ -45,7 +45,7 @@ Rectangle {
height: 320
cacheBuffer: 0
delegate: myDelegate
- highlightMoveSpeed: 1000
+ highlightMoveVelocity: 1000
model: testModel
}
}