]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.hpp
Qt4 - initial actions support for StringListConfigs in preferences... To be tested...
[vlc] / modules / gui / qt4 / components / preferences_widgets.hpp
index 836e66f7bca226beaadb742da0b28925db01ff7a..605dabbffa2513436578f096bfff222ad006e9a3 100644 (file)
@@ -360,6 +360,7 @@ private:
 
 class StringListConfigControl : public VStringConfigControl
 {
+    Q_OBJECT;
 public:
     StringListConfigControl( vlc_object_t *, module_config_t *, QWidget *,
                              bool, QGridLayout*, int& );
@@ -373,6 +374,9 @@ private:
     void finish( bool );
     QLabel *label;
     QComboBox *combo;
+private slots:
+    void actionRequested( int );
+
 };
 #if 0
 struct ModuleCheckBox {