]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.hpp
Qt4 - Open Capture Panel and file Panel: Don't build by hand the ComboChoices...
[vlc] / modules / gui / qt4 / util / customwidgets.hpp
index 4b12ff3e1cc64b24874371adba271324454f9c5f..77af5f6b9e59b245ff333d791e24044b72b9002b 100644 (file)
@@ -92,4 +92,10 @@ int qtEventToVLCKey( QKeyEvent *e );
 int qtWheelEventToVLCKey( QWheelEvent *e );
 QString VLCKeyToString( int val );
 
+#include "qt4.hpp"
+#include <vlc/vlc.h>
+class QComboBox;
+void setfillVLCConfigCombo(const char *configname, intf_thread_t *p_intf,
+                        QComboBox *combo, QWidget *parent = 0 );
+
 #endif