mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Style/docu
This commit is contained in:
committed by
Mat Sutcliffe
parent
6cefb5175d
commit
0d04d3da1d
@@ -584,7 +584,7 @@ namespace BlackCore
|
||||
|
||||
emit this->changedAtcStationsOnline();
|
||||
// Remark: this->changedAtcStationOnlineConnectionStatus
|
||||
// will be sent in psFsdAtisVoiceRoomReceived
|
||||
// will be triggered in onAtisVoiceRoomReceived
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -17,12 +17,11 @@
|
||||
|
||||
namespace BlackCore
|
||||
{
|
||||
|
||||
using namespace BlackMisc;
|
||||
using namespace BlackMisc::Weather;
|
||||
|
||||
CPluginManagerWeatherData::CPluginManagerWeatherData(QObject *parent) : IPluginManager(parent)
|
||||
{
|
||||
}
|
||||
{ }
|
||||
|
||||
IWeatherDataFactory *CPluginManagerWeatherData::getFactory(const QString &pluginId)
|
||||
{
|
||||
@@ -31,7 +30,7 @@ namespace BlackCore
|
||||
|
||||
Weather::CWeatherDataPluginInfoList CPluginManagerWeatherData::getAvailableWeatherDataPlugins() const
|
||||
{
|
||||
BlackMisc::Weather::CWeatherDataPluginInfoList list;
|
||||
CWeatherDataPluginInfoList list;
|
||||
for (const auto &i : m_plugins)
|
||||
{
|
||||
list.push_back(i.info);
|
||||
|
||||
@@ -28,7 +28,7 @@ namespace BlackCore
|
||||
{
|
||||
namespace Vatsim
|
||||
{
|
||||
//! Read bookings from VATSIM
|
||||
//! Read METARs from VATSIM
|
||||
class BLACKCORE_EXPORT CVatsimMetarReader :
|
||||
public BlackCore::CThreadedReader,
|
||||
public BlackMisc::Network::CEcosystemAware
|
||||
|
||||
Reference in New Issue
Block a user