QML for ListView API in qmlvideo and qmlvideofx was modified.
Usage of this API in FileBrowser file required changes to
follow the new API.
Change-Id: I3da25ed5bc696a72cdefc6c72d2ab95c319b758c
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
}
width: view1.currentItem == null ? 0 : view1.currentItem.width
}
- highlightMoveSpeed: 1000
+ highlightMoveVelocity: 1000
pressDelay: 100
focus: true
state: "current"
}
width: view1.currentItem == null ? 0 : view1.currentItem.width
}
- highlightMoveSpeed: 1000
+ highlightMoveVelocity: 1000
pressDelay: 100
states: [
State {
}
width: view1.currentItem == null ? 0 : view1.currentItem.width
}
- highlightMoveSpeed: 1000
+ highlightMoveVelocity: 1000
pressDelay: 100
focus: true
state: "current"
}
width: view1.currentItem == null ? 0 : view1.currentItem.width
}
- highlightMoveSpeed: 1000
+ highlightMoveVelocity: 1000
pressDelay: 100
states: [
State {