X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fcomponents%2Fopen_panels.hpp;h=e2de731df174e39a114afbb996f9e62fd608fec6;hb=5d313c65e44d8963262fdbc5d5d52f5169f3f787;hp=2f9cdd595bc943b2ac468014f7247e53d0568a15;hpb=daebd34f56afba8df79d2ddc396950cb13cf0930;p=vlc diff --git a/modules/gui/qt4/components/open_panels.hpp b/modules/gui/qt4/components/open_panels.hpp index 2f9cdd595b..e2de731df1 100644 --- a/modules/gui/qt4/components/open_panels.hpp +++ b/modules/gui/qt4/components/open_panels.hpp @@ -32,7 +32,7 @@ # include "config.h" #endif -#include +#include #include @@ -48,6 +48,20 @@ #define setSpinBoxFreq( spinbox ){ spinbox->setRange ( 0, INT_MAX ); \ spinbox->setAccelerated( true ); } +enum +{ + NO_PROTO, + HTTP_PROTO, + HTTPS_PROTO, + MMS_PROTO, + FTP_PROTO, + RTSP_PROTO, + RTP_PROTO, + UDP_PROTO, + RTMP_PROTO +}; + + enum { V4L_DEVICE,