mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T308, style
This commit is contained in:
@@ -42,7 +42,7 @@ namespace BlackMisc
|
||||
int current = 0;
|
||||
CAircraftIcaoCode found;
|
||||
const QString d(designator.trimmed().toUpper());
|
||||
for (const CAircraftIcaoCode &code : * this)
|
||||
for (const CAircraftIcaoCode &code : *this)
|
||||
{
|
||||
if (!code.matchesDesignator(d, cutoff, ¤t)) { continue; }
|
||||
if (current == 100.0) { return code; }
|
||||
|
||||
Reference in New Issue
Block a user