mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Do not filter out LanguageChange events when in a RETRANSLATE functor.
This commit is contained in:
parent
1211086b33
commit
8b98b1cc24
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue