]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/selector.hpp
Qt: kill many warnings.
[vlc] / modules / gui / qt4 / components / playlist / selector.hpp
index 7f87233d98fbb9ad1e115d85305fb4e43f359ffb..63a514e51a644f4f65e3b8dacc12c513c1c3724d 100644 (file)
@@ -39,7 +39,7 @@ class PLSelector: public QWidget
 {
     Q_OBJECT;
 public:
-    PLSelector( QWidget *p, intf_thread_t *_p_intf, playlist_t * );
+    PLSelector( QWidget *p, intf_thread_t *_p_intf );
     virtual ~PLSelector();
 protected:
     PLModel *model;