Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
8e2481d3
Commit
8e2481d3
authored
Nov 21, 2006
by
Jean-Baptiste Kempf
Browse files
Qt4: Small change in order to not have Sout and Stream Info open when you click on Info...
parent
b8ddca01
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs_provider.cpp
View file @
8e2481d3
...
...
@@ -161,12 +161,12 @@ void DialogsProvider::quit()
void
DialogsProvider
::
streaminfoDialog
()
{
(
new
SoutDialog
(
p_intf
))
->
show
();
StreamInfoDialog
::
getInstance
(
p_intf
)
->
toggleVisible
();
}
void
DialogsProvider
::
streamingDialog
()
{
(
new
SoutDialog
(
p_intf
))
->
show
();
}
void
DialogsProvider
::
prefsDialog
()
...
...
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