Formatting

This commit is contained in:
Klaus Basan
2018-03-12 18:04:34 +01:00
parent 4b7237ce1b
commit 55534cbb09
12 changed files with 33 additions and 48 deletions

View File

@@ -101,7 +101,7 @@ namespace BlackMisc
{
CONTAINER r;
if (suffix.isEmpty()) { return r; }
QString sfxUpper(suffix.trimmed().toUpper());
const QString sfxUpper(suffix.trimmed().toUpper());
r = this->container().findBy([ = ](const OBJ & csObj)
{
return (csObj.getCallsign().getSuffix() == sfxUpper);