mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #768, allow more detailed tooltips
(makes it sometimes much easier to identify an entity)
This commit is contained in:
@@ -103,6 +103,11 @@ namespace BlackMisc
|
||||
return msg;
|
||||
}
|
||||
|
||||
QString CAircraftIcaoCode::asHtmlSummary() const
|
||||
{
|
||||
return this->getCombinedIcaoStringWithKey();
|
||||
}
|
||||
|
||||
bool CAircraftIcaoCode::hasDesignator() const
|
||||
{
|
||||
return !this->m_designator.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user