mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #768, allow more detailed tooltips
(makes it sometimes much easier to identify an entity)
This commit is contained in:
@@ -385,6 +385,11 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
QString CAirlineIcaoCode::asHtmlSummary() const
|
||||
{
|
||||
return this->getCombinedStringWithKey();
|
||||
}
|
||||
|
||||
CAirlineIcaoCode CAirlineIcaoCode::fromDatabaseJson(const QJsonObject &json, const QString &prefix)
|
||||
{
|
||||
if (!existsKey(json, prefix))
|
||||
|
||||
Reference in New Issue
Block a user