mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #820, get all getAircraftIcaoCodesForDesignator
This commit is contained in:
@@ -594,6 +594,12 @@ namespace BlackCore
|
||||
return CAircraftIcaoCode();
|
||||
}
|
||||
|
||||
CAircraftIcaoCodeList CWebDataServices::getAircraftIcaoCodesForDesignator(const QString &designator) const
|
||||
{
|
||||
if (m_icaoDataReader) { return m_icaoDataReader->getAircraftIcaoCodesForDesignator(designator); }
|
||||
return CAircraftIcaoCodeList();
|
||||
}
|
||||
|
||||
CAircraftIcaoCode CWebDataServices::getAircraftIcaoCodeForDbKey(int key) const
|
||||
{
|
||||
if (m_icaoDataReader) { return m_icaoDataReader->getAircraftIcaoCodeForDbKey(key); }
|
||||
|
||||
Reference in New Issue
Block a user