]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/playlist.hpp
Qt4 - SPrefs, add an option for saving volume on exit, and fix the displayMode in...
[vlc] / modules / gui / qt4 / components / playlist / playlist.hpp
index 022547d9dacc13af899d72b43d291f87a9362762..3144fc66bf5deb97bfd161beadabe8f9aa3c0de3 100644 (file)
 #ifndef _PLAYLISTWIDGET_H_
 #define _PLAYLISTWIDGET_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include "qt4.hpp"
 #include "dialogs_provider.hpp"
@@ -59,7 +63,6 @@ private slots:
     void setArt( QString );
 signals:
     void rootChanged( int );
-    void artSet( QString );
 };
 
 class ArtLabel : public QLabel