]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/playlist.hpp
Stop allocating QSettings all the time everywhere.
[vlc] / modules / gui / qt4 / dialogs / playlist.hpp
index 6c2c9264c39276f1f4f4bb7e169d3c917767f567..3516c051f25e1ed977e15ea61c20d4fa8ecfa092 100644 (file)
 #define _PLAYLIST_DIALOG_H_
 
 #include "util/qvlcframe.hpp"
+#include "../components/playlist/playlist.hpp"
 
 #include <QModelIndex>
 
 class QSignalMapper;
 class PLSelector;
 class PLPanel;
+class QSettings;
 
 class PlaylistDialog : public QVLCMW
 {
     Q_OBJECT;
+private:
+    PlaylistWidget *playlistWidget;
+
 public:
     static PlaylistDialog * getInstance( intf_thread_t *p_intf )
     {