Gui: fix some lint warnings

This commit is contained in:
wmayer
2023-03-27 12:40:38 +02:00
committed by wwmayer
parent 23f7c163f5
commit c3f7d4f377
2 changed files with 16 additions and 12 deletions

View File

@@ -280,7 +280,7 @@ void Translator::setLocale(const std::string& language) const
void Translator::updateLocaleChange() const
{
for (auto &topLevelWidget: qApp->topLevelWidgets()) {
for (auto &topLevelWidget : qApp->topLevelWidgets()) {
topLevelWidget->setLocale(QLocale());
}
}