mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
refs #748, add airport completers
* in flight plan * in login * utility functions
This commit is contained in:
@@ -509,6 +509,12 @@ namespace BlackCore
|
||||
return CCountry();
|
||||
}
|
||||
|
||||
CAirportList CWebDataServices::getAirports() const
|
||||
{
|
||||
if (m_airportDataReader) { return m_airportDataReader->getAirports(); }
|
||||
return CAirportList();
|
||||
}
|
||||
|
||||
CCountry CWebDataServices::getCountryForIsoCode(const QString &iso) const
|
||||
{
|
||||
if (m_icaoDataReader) { return m_icaoDataReader->getCountryForIsoCode(iso); }
|
||||
|
||||
Reference in New Issue
Block a user