]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/playlist.hpp
A bunch of various fixes (encoding, refcount, layout)
[vlc] / modules / gui / qt4 / dialogs / playlist.hpp
index 6c501f096c7e1f7ba05d6ebb178bbaff2b0eba94..db5c8f25d94e4b9eecb36a03c980af54bb63a03f 100644 (file)
@@ -25,6 +25,9 @@
 
 #include "util/qvlcframe.hpp"
 
+class PLSelector;
+class PLPanel;
+
 class PlaylistDialog : public QVLCFrame
 {
     Q_OBJECT;
@@ -38,6 +41,9 @@ public:
 private:
     PlaylistDialog( intf_thread_t * );
     static PlaylistDialog *instance;
+
+    PLSelector *selector;
+    PLPanel *rightPanel;
 public slots:
 };