vlc | branch: master | Pierre Lamot <[email protected]> | Wed Dec 11 11:28:11 2019 +0100| [adafabc2cf80828ca4e6b80cda93dfe55986282f] | committer: Jean-Baptiste Kempf
qml: expose model in VideoDisplay to enable filtering Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=adafabc2cf80828ca4e6b80cda93dfe55986282f --- modules/gui/qt/medialibrary/qml/VideoDisplay.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt/medialibrary/qml/VideoDisplay.qml b/modules/gui/qt/medialibrary/qml/VideoDisplay.qml index bfedf4fda7..d77aaf1229 100644 --- a/modules/gui/qt/medialibrary/qml/VideoDisplay.qml +++ b/modules/gui/qt/medialibrary/qml/VideoDisplay.qml @@ -31,6 +31,8 @@ Widgets.NavigableFocusScope { id: root property var currentIndex: view.currentItem.currentIndex + property alias contentModel: videosDelegate.model; + DG.ModalDialog { id: deleteDialog rootWindow: root _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
