Форматирование кода
This commit is contained in:
Submodule cmake/cmlib updated: f5151f5a2b...a0cc72077c
Submodule cmake/etc/uncrustify updated: a7a34863e7...6f551a76a1
@ -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 );
|
||||
}
|
||||
|
Reference in New Issue
Block a user