]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/standardpanel.hpp
Qt: efficient iconView browsing demands a specialized playlist event
[vlc] / modules / gui / qt4 / components / playlist / standardpanel.hpp
index 78c6920e6ccb5e2270af4dd54054fbff81d7f0db..a84367875c244a391fd286ae647d2fba95c47a26 100644 (file)
@@ -107,7 +107,7 @@ private slots:
     void showView( int );
     void cycleViews();
     void activate( const QModelIndex & );
-    void handleInputChange( input_thread_t * );
+    void browseInto( input_item_t * );
 };
 
 class LocationBar : public QToolBar