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 )
void MainInterface::updateOnTimer()
{
#if 0
if( intf_ShouldDie( p_intf ) )
{
QApplication::closeAllWindows();
QApplication::quit();
}
#if 0
if( need_components_update )
{
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