mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T215, some adjustments of user object
* remove "valid" from some functions, because no validity is checked * homebase + real name string
This commit is contained in:
@@ -110,7 +110,7 @@ namespace BlackGui
|
||||
aircraft.getAircraftIcaoCode().toQString(false) %
|
||||
QLatin1String(")");
|
||||
}
|
||||
if (aircraft.hasValidRealName())
|
||||
if (aircraft.hasRealName())
|
||||
{
|
||||
i += QLatin1String(" - ") % aircraft.getPilotRealName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user