]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/open_panels.hpp
Fix network panel behaviour (comboBox and adress generation especially )
[vlc] / modules / gui / qt4 / components / open_panels.hpp
index d21a6429c1db75f250d38359bfee104e7dfb0c09..d79105cb7a6c1573bdf8890913612be27735c63b 100644 (file)
 #define setSpinBoxFreq( spinbox ){ spinbox->setRange ( 0, INT_MAX ); \
     spinbox->setAccelerated( true ); }
 
+enum
+{
+    NO_PROTO,
+    HTTP_PROTO,
+    HTTPS_PROTO,
+    MMS_PROTO,
+    FTP_PROTO,
+    RTSP_PROTO,
+    UDP_PROTO,
+    UDPM_PROTO
+};
+
+
 enum
 {
     V4L_DEVICE,