[vlc-commits] [Git][videolan/vlc][master] qml: fix undefined reference in `PlaylistMediaList.qml`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Wed Apr 29 05:39:21 UTC 2026
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
50e69fec by Fatih Uzunoglu at 2026-04-29T04:36:17+00:00
qml: fix undefined reference in `PlaylistMediaList.qml`
This fixes not being able to drag and drop items into
the playlist.
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/PlaylistMediaList.qml
=====================================
@@ -474,7 +474,7 @@ MainViewLoader {
}
acceptDropFunc: function(index, drop) {
- return root._dropAction(drop, listView.itemContainsDrag?.index)
+ return root._dropAction(drop, tableView.itemContainsDrag?.index)
}
dropIndicator: null
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/50e69fec0f7ed41664c405eb3352bf41d592e9c6
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/50e69fec0f7ed41664c405eb3352bf41d592e9c6
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list