summaryrefslogtreecommitdiffstats
path: root/res/qml/Library.qml
diff options
context:
space:
mode:
Diffstat (limited to 'res/qml/Library.qml')
-rw-r--r--res/qml/Library.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/qml/Library.qml b/res/qml/Library.qml
index 8cd5ea4431..f715519498 100644
--- a/res/qml/Library.qml
+++ b/res/qml/Library.qml
@@ -12,7 +12,7 @@ Item {
LibraryControl {
id: libraryControl
- onMoveSelection: listView.moveSelection(offset)
+ onMoveVertical: listView.moveSelectionVertical(offset)
onLoadSelectedTrack: listView.loadSelectedTrack(group, play)
onLoadSelectedTrackIntoNextAvailableDeck: listView.loadSelectedTrackIntoNextAvailableDeck(play)
onFocusWidgetChanged: {
@@ -27,7 +27,7 @@ Item {
ListView {
id: listView
- function moveSelection(value) {
+ function moveSelectionVertical(value) {
if (value == 0)
return ;