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
786adcfe
Commit
786adcfe
authored
Mar 16, 2008
by
Jean-Baptiste Kempf
Browse files
Remove debug.
parent
e5979c33
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/interaction.cpp
View file @
786adcfe
...
...
@@ -184,7 +184,6 @@ void InteractionDialog::update()
assert
(
progressBar
);
progressBar
->
setValue
(
(
int
)(
p_dialog
->
val
.
f_float
*
10
)
);
description
->
setText
(
qfu
(
p_dialog
->
psz_description
)
);
msg_Dbg
(
p_intf
,
"Setting progress to %i"
,
progressBar
->
value
()
);
}
if
(
(
p_dialog
->
i_flags
&
DIALOG_INTF_PROGRESS
)
&&
...
...
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