mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
committed by
Mathew Sutcliffe
parent
c693423905
commit
060a10dfb6
@@ -106,13 +106,13 @@ namespace BlackGui
|
||||
QString i(aircraft.getCallsign().toQString());
|
||||
if (aircraft.hasAircraftDesignator())
|
||||
{
|
||||
i += QLatin1Literal(" (") %
|
||||
i += QLatin1String(" (") %
|
||||
aircraft.getAircraftIcaoCode().toQString(false) %
|
||||
QLatin1Literal(")");
|
||||
QLatin1String(")");
|
||||
}
|
||||
if (aircraft.hasValidRealName())
|
||||
{
|
||||
i += QLatin1Literal(" - ") % aircraft.getPilotRealName();
|
||||
i += QLatin1String(" - ") % aircraft.getPilotRealName();
|
||||
}
|
||||
if (m_showPartsEnabled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user