mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
* fixed missing tuple attribute * improved toQString conversion
This commit is contained in:
@@ -126,6 +126,11 @@ namespace BlackMisc
|
||||
QString s(this->m_designator);
|
||||
if (this->m_name.isEmpty()) { return ""; }
|
||||
if (!this->m_name.isEmpty()) { s.append(" (").append(this->m_name).append(")"); }
|
||||
|
||||
s.append(" Op: ").append(boolToYesNo(this->isOperating()));
|
||||
s.append(" VA: ").append(boolToYesNo(this->isVirtualAirline()));
|
||||
s.append(" Mil: ").append(boolToYesNo(this->isMilitary()));
|
||||
|
||||
return s;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user