Do not filter out LanguageChange events when in a RETRANSLATE functor.

This commit is contained in:
Teo Mrnjavac 2015-04-08 18:25:03 +02:00
parent 1211086b33
commit 8b98b1cc24

View File

@ -60,7 +60,6 @@ Retranslator::eventFilter( QObject* obj, QEvent* e )
{
foreach ( std::function< void() > func, m_retranslateFuncList )
func();
return true;
}
}
// pass the event on to the base