vlc | branch: master | Prince Gupta <[email protected]> | Tue Dec 22 
18:28:43 2020 +0530| [67ce34d522da97e27cea3c1d36d1b1a66babd15e] | committer: 
Pierre Lamot

qml: remove invalid connections from MusicGenres

Signed-off-by: Pierre Lamot <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=67ce34d522da97e27cea3c1d36d1b1a66babd15e
---

 modules/gui/qt/medialibrary/qml/MusicGenres.qml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/modules/gui/qt/medialibrary/qml/MusicGenres.qml 
b/modules/gui/qt/medialibrary/qml/MusicGenres.qml
index f0934fbd98..94ad0e545d 100644
--- a/modules/gui/qt/medialibrary/qml/MusicGenres.qml
+++ b/modules/gui/qt/medialibrary/qml/MusicGenres.qml
@@ -72,11 +72,6 @@ Widgets.NavigableFocusScope {
             view.currentItem.positionViewAtIndex(initialIndex, 
ItemView.Contain)
     }
 
-    Connections {
-        target: medialib
-        onGridViewChanged: loadView()
-    }
-
     MLGenreModel {
         id: genreModel
         ml: medialib

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to