Do not filter out LanguageChange events when in a RETRANSLATE functor.
This commit is contained in:
parent
1211086b33
commit
8b98b1cc24
@ -60,7 +60,6 @@ Retranslator::eventFilter( QObject* obj, QEvent* e )
|
|||||||
{
|
{
|
||||||
foreach ( std::function< void() > func, m_retranslateFuncList )
|
foreach ( std::function< void() > func, m_retranslateFuncList )
|
||||||
func();
|
func();
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// pass the event on to the base
|
// pass the event on to the base
|
||||||
|
Loading…
Reference in New Issue
Block a user