]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.hpp
Qt4 - SPrefs: save the interface value... Doesn't seem to work, so please review.
[vlc] / modules / gui / qt4 / components / simple_preferences.hpp
index affc333b3dc7061e653a94d1f52242789aabf47a..f00b380740f68e1a739f823d36b14710e7f3ae25 100644 (file)
@@ -42,6 +42,7 @@ enum {
 class ConfigControl;
 class QComboBox;
 class QLineEdit;
+class QRadioButton;
 
 class SPrefsCatList : public QWidget
 {
@@ -75,6 +76,8 @@ private:
     QWidget *file_options;
     QComboBox *audioOutput;
     QLineEdit *inputDevice;
+    QRadioButton *skinInterfaceButton;
+    QRadioButton *qtInterfaceButton;
 
 /* Display only the options for the selected audio output */
 private slots: