Форматирование кода

This commit is contained in:
2020-12-21 16:09:29 +03:00
parent 6aeedb2bd1
commit 1fb71f4481
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ MYXLIB_INLINE void append_translators( QTranslatorsList& translators, const QStr
translator->deleteLater();
}
for ( auto* i : qAsConst( translators ) )
for ( auto* i: qAsConst( translators ) )
{
qApp->installTranslator( i );
}