refs #768, allow more detailed tooltips

(makes it sometimes much easier to identify an entity)
This commit is contained in:
Klaus Basan
2016-10-23 18:28:45 +02:00
parent 847348cbe0
commit ff3f04f74c
8 changed files with 33 additions and 0 deletions

View File

@@ -103,6 +103,11 @@ namespace BlackMisc
return msg;
}
QString CAircraftIcaoCode::asHtmlSummary() const
{
return this->getCombinedIcaoStringWithKey();
}
bool CAircraftIcaoCode::hasDesignator() const
{
return !this->m_designator.isEmpty();