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
d8dc26ec
Commit
d8dc26ec
authored
Dec 19, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - revert part of [23442]. Fix and close #1398.
parent
2f4c4cc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
d8dc26ec
...
...
@@ -841,12 +841,12 @@ void MainInterface::setRate( int rate )
void
MainInterface
::
updateOnTimer
()
{
#if 0
if
(
intf_ShouldDie
(
p_intf
)
)
{
QApplication
::
closeAllWindows
();
QApplication
::
quit
();
}
#if 0
if( need_components_update )
{
doComponentsUpdate();
...
...
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