]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.hpp
Preferences, audio, save the normalizer activation and clean.
[vlc] / modules / gui / qt4 / components / simple_preferences.hpp
index 8285c805c912d1837298678518133cb25f1f6ecd..1a7242c74dcd57fe5acc719dadb570169a542540 100644 (file)
@@ -43,6 +43,8 @@ class ConfigControl;
 class QComboBox;
 class QLineEdit;
 class QRadioButton;
+class QCheckBox;
+class QString;
 
 class SPrefsCatList : public QWidget
 {
@@ -72,6 +74,7 @@ private:
 
     int number;
 
+    /* this is ugly and bad until I found a new solution */
     QWidget *alsa_options;
     QWidget *oss_options;
     QWidget *directx_options;
@@ -80,6 +83,8 @@ private:
     QLineEdit *inputDevice;
     QRadioButton *skinInterfaceButton;
     QRadioButton *qtInterfaceButton;
+    QString qs_filter;
+    QCheckBox *normalizerBox;
 
 /* Display only the options for the selected audio output */
 private slots: