]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/playlist.hpp
[Qt] Fix the header menu popup when you have a header-state saved.
[vlc] / modules / gui / qt4 / components / playlist / playlist.hpp
index cb48b9cf9568d8603d957d835ed1a3b9f736a632..71b7fd955c9ba50985707c25f6808c2af1cf8bbb 100644 (file)
@@ -48,14 +48,13 @@ class PlaylistWidget : public QSplitter
 {
     Q_OBJECT;
 public:
-    PlaylistWidget( intf_thread_t *_p_i, QWidget *parent ) ;
+    PlaylistWidget( intf_thread_t *_p_i );
     virtual ~PlaylistWidget();
 private:
     PLSelector *selector;
     PLPanel *rightPanel;
     QPushButton *addButton;
     ArtLabel *art;
-    QWidget *parent;
 protected:
     intf_thread_t *p_intf;
     virtual void dropEvent( QDropEvent *);