mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
7f4ee19d24
commit
1ff0607e42
@@ -159,8 +159,8 @@ namespace BlackCore
|
||||
QString modelString;
|
||||
};
|
||||
|
||||
BlackMisc::Aviation::CAtcStationList m_atcStationsOnline; //!< online ATC stations
|
||||
BlackMisc::Aviation::CAtcStationList m_atcStationsBooked; //!< booked ATC stations
|
||||
BlackMisc::Aviation::CAtcStationList m_atcStationsOnline; //!< online ATC stations
|
||||
BlackMisc::Aviation::CAtcStationList m_atcStationsBooked; //!< booked ATC stations
|
||||
QMap<BlackMisc::Aviation::CCallsign, FsInnPacket> m_tempFsInnPackets;
|
||||
|
||||
QMap<BlackMisc::Aviation::CCallsign, BlackMisc::Aviation::CFlightPlan> m_flightPlanCache; //!< flight plan information retrieved from network and cached
|
||||
@@ -193,6 +193,7 @@ namespace BlackCore
|
||||
const BlackMisc::Network::CServer getConnectedServer() const;
|
||||
|
||||
//! Supports VATSIM data file
|
||||
//! \remark depends on currently connected Ecosystem
|
||||
bool supportsVatsimDataFile() const;
|
||||
|
||||
//! Distance calculation
|
||||
|
||||
Reference in New Issue
Block a user