[vlc-commits] qml: remove invalid connections from MusicGenres

Prince Gupta git at videolan.org
Thu Jan 14 14:42:14 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Tue Dec 22 18:28:43 2020 +0530| [67ce34d522da97e27cea3c1d36d1b1a66babd15e] | committer: Pierre Lamot

qml: remove invalid connections from MusicGenres

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

> 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



More information about the vlc-commits mailing list