Commit b849bce5 authored by Antoine Cellerier's avatar Antoine Cellerier

Temporarily fix compilation of the qt4 interface. ILEoo please review :)

parent 8b3d8a11
...@@ -105,5 +105,5 @@ void GotoTimeDialog::close() ...@@ -105,5 +105,5 @@ void GotoTimeDialog::close()
} }
this->toggleVisible(); this->toggleVisible();
timeEdit->setTime( QTime( 0, 0, 0) ); timeEdit->setTime( QTime( 0, 0, 0) );
THEMIM->getIM()->update(); // THEMIM->getIM()->update();
} }
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