mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #614, renamed function and helper function
This commit is contained in:
@@ -202,6 +202,12 @@ namespace BlackMisc
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString CLivery::getStandardCode(const CAirlineIcaoCode &airline)
|
||||
{
|
||||
QString code(airline.getDesignator());
|
||||
return code.isEmpty() ? "" : code.append('.').append(standardLiveryMarker());
|
||||
}
|
||||
|
||||
const QString &CLivery::colorLiveryMarker()
|
||||
{
|
||||
static const QString s("_CC");
|
||||
|
||||
Reference in New Issue
Block a user