Gui: fix some lint warnings
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user