[vlc-commits] qml/PlaylistMediaList: Remove the 'onItemDoubleClicked' event
Benjamin Arnaud
git at videolan.org
Mon Apr 12 08:43:45 UTC 2021
vlc | branch: master | Benjamin Arnaud <benjamin.arnaud at videolabs.io> | Thu Apr 1 16:30:52 2021 +0200| [464a499ffce7836687e2fce6fcafc06f857a39ea] | committer: Pierre Lamot
qml/PlaylistMediaList: Remove the 'onItemDoubleClicked' event
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=464a499ffce7836687e2fce6fcafc06f857a39ea
---
modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml | 2 --
1 file changed, 2 deletions(-)
diff --git a/modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml b/modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
index 2f551a4436..089e264f1d 100644
--- a/modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
+++ b/modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
@@ -386,8 +386,6 @@ Widgets.NavigableFocusScope {
onActionForSelection: _actionAtIndex()
- onItemDoubleClicked: showList(model)
-
onContextMenuButtonClicked: contextMenu.popup(modelSelect.selectedIndexes,
menuParent.mapToGlobal(0,0))
More information about the vlc-commits
mailing list