mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
refs #748, add airport completers
* in flight plan * in login * utility functions
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
|
||||
|
||||
namespace BlackMisc
|
||||
{
|
||||
class CLogCategoryList;
|
||||
@@ -58,7 +57,7 @@ namespace BlackMisc
|
||||
namespace BlackCore
|
||||
{
|
||||
class CApplication;
|
||||
|
||||
class CAirportDataReader;
|
||||
namespace Vatsim
|
||||
{
|
||||
class CVatsimBookingReader;
|
||||
@@ -76,8 +75,6 @@ namespace BlackCore
|
||||
class CInfoDataReader;
|
||||
}
|
||||
|
||||
class CAirportDataReader;
|
||||
|
||||
/*!
|
||||
* Encapsulates reading data from web sources
|
||||
*/
|
||||
@@ -281,6 +278,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
BlackMisc::CCountry getCountryForName(const QString &name) const;
|
||||
|
||||
//! Get airports
|
||||
//! \\threadsafe
|
||||
BlackMisc::Aviation::CAirportList getAirports() const;
|
||||
|
||||
//! Get METARs
|
||||
//! \threadsafe
|
||||
BlackMisc::Weather::CMetarList getMetars() const;
|
||||
|
||||
Reference in New Issue
Block a user