X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fextended_panels.hpp;h=a4bbb4f3c369864b6de86ad700214b84d35cb74e;hb=89f5d36846718c86518e11d6f542e61b8823b5ab;hp=8951ab66c58cc1e1e0353f3391970edcac66a353;hpb=94c64e32f2e8d2b36272b41aa64c5c5fcebf067a;p=vlc diff --git a/modules/gui/qt4/components/extended_panels.hpp b/modules/gui/qt4/components/extended_panels.hpp index 8951ab66c5..a4bbb4f3c3 100644 --- a/modules/gui/qt4/components/extended_panels.hpp +++ b/modules/gui/qt4/components/extended_panels.hpp @@ -30,16 +30,14 @@ #endif #include -#include #include "ui/equalizer.h" #include "ui/video_effects.h" #include "ui/v4l2.h" -#include "../../audio_filter/equalizer_presets.h" #include -#define BANDS EQZ_BANDS_MAX +#define BANDS 10 #define NUM_SP_CTRL 5 class QSignalMapper; @@ -49,7 +47,7 @@ class ExtVideo: public QObject Q_OBJECT friend class ExtendedDialog; public: - ExtVideo( intf_thread_t *, QTabWidget * ); + ExtVideo( struct intf_thread_t *, QTabWidget * ); virtual ~ExtVideo(); /*void gotoConf( QObject* );*/ private: @@ -115,7 +113,6 @@ private slots: void setPreamp(); void setCoreBands(); void setCorePreset(int); - void updateUISliderValues( int ); }; class Spatializer: public QWidget