Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
a6914ce1
Commit
a6914ce1
authored
Jul 08, 2008
by
Jean-Baptiste Kempf
Browse files
Fix network panel (start with deactivated checkboxes)
parent
45fee8ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/open_panels.cpp
View file @
a6914ce1
...
...
@@ -429,6 +429,8 @@ NetOpenPanel::NetOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
ui
.
protocolCombo
->
addItem
(
"UDP/RTP (unicast)"
,
QVariant
(
"udp"
));
ui
.
protocolCombo
->
addItem
(
"UDP/RTP (multicast)"
,
QVariant
(
"udp"
));
ui
.
protocolCombo
->
addItem
(
"RTMP"
,
QVariant
(
"rtmp"
));
updateProtocol
(
ui
.
protocolCombo
->
currentIndex
()
);
}
NetOpenPanel
::~
NetOpenPanel
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment