]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.hpp
Qt4 - Moving function from one file to another...
[vlc] / modules / gui / qt4 / components / preferences_widgets.hpp
index 605dabbffa2513436578f096bfff222ad006e9a3..f4ae90be7a1f75929c7334c6484d4ff23a1cbdfa 100644 (file)
@@ -378,6 +378,11 @@ private slots:
     void actionRequested( int );
 
 };
+
+void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf,
+                        QComboBox *combo, QWidget *parent = 0 );
+
+
 #if 0
 struct ModuleCheckBox {
     QCheckBox *checkbox;