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.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/qml/Library.qml b/res/qml/Library.qml
index 94cebe4efb..7b88561f25 100644
--- a/res/qml/Library.qml
+++ b/res/qml/Library.qml
@@ -10,6 +10,8 @@ Item {
anchors.fill: parent
LibraryControl {
+ id: libraryControl
+
onMoveSelection: listView.moveSelection(offset)
onLoadSelectedTrack: listView.loadSelectedTrack(group, play)
onLoadSelectedTrackIntoNextAvailableDeck: listView.loadSelectedTrackIntoNextAvailableDeck(play)