[keyboard] Move responsibility for retranslation to Config

- only widgets get language change events, so we need to
  hook that up to the ViewSteps and inform the Config
  object so that it can (re)load translations for the
  keyboard data.
This commit is contained in:
Adriaan de Groot 2020-10-31 20:02:21 +01:00
parent 89a180ee58
commit 4387b8061e
5 changed files with 26 additions and 5 deletions

View file

@ -560,3 +560,8 @@ Config::setConfigurationMap( const QVariantMap& configurationMap )
m_writeEtcDefaultKeyboard = true;
}
}
void
Config::retranslate()
{
}