Commit d8dc26ec authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - revert part of [23442]. Fix and close #1398.

parent 2f4c4cc2
...@@ -841,12 +841,12 @@ void MainInterface::setRate( int rate ) ...@@ -841,12 +841,12 @@ void MainInterface::setRate( int rate )
void MainInterface::updateOnTimer() void MainInterface::updateOnTimer()
{ {
#if 0
if( intf_ShouldDie( p_intf ) ) if( intf_ShouldDie( p_intf ) )
{ {
QApplication::closeAllWindows(); QApplication::closeAllWindows();
QApplication::quit(); QApplication::quit();
} }
#if 0
if( need_components_update ) if( need_components_update )
{ {
doComponentsUpdate(); doComponentsUpdate();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment