[welcome] Update the widget's notion of the locale

- when the locale changes, tell the widget so that the drop-down
  displays the right language.

FIXES #1361
main
Adriaan de Groot 5 years ago
parent 5956c6678e
commit fafc508d63

@ -47,6 +47,7 @@ WelcomeViewStep::WelcomeViewStep( QObject* parent )
// the instance of the qqc2 or qwidgets page
m_widget = new WelcomePage( m_conf );
connect( m_conf, &Config::localeIndexChanged, m_widget, &WelcomePage::externallySelectedLanguage );
}
WelcomeViewStep::~WelcomeViewStep()

Loading…
Cancel
Save