]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/playlist_model.hpp
Qt: rename a signal to be more self-documenting
[vlc] / modules / gui / qt4 / components / playlist / playlist_model.hpp
index a1cf54070e17a39e9a88d83cfda232e09e60e781..e4dab02d653cd7fd1270a3531689b2a12ffeb8e7 100644 (file)
@@ -115,7 +115,7 @@ public:
     }
 
 signals:
-    void currentChanged( const QModelIndex& );
+    void currentIndexChanged( const QModelIndex& );
     void rootChanged();
 
 public slots: