mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +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();
|
emit this->changedAtcStationsOnline();
|
||||||
// Remark: this->changedAtcStationOnlineConnectionStatus
|
// Remark: this->changedAtcStationOnlineConnectionStatus
|
||||||
// will be sent in psFsdAtisVoiceRoomReceived
|
// will be triggered in onAtisVoiceRoomReceived
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -17,12 +17,11 @@
|
|||||||
|
|
||||||
namespace BlackCore
|
namespace BlackCore
|
||||||
{
|
{
|
||||||
|
|
||||||
using namespace BlackMisc;
|
using namespace BlackMisc;
|
||||||
|
using namespace BlackMisc::Weather;
|
||||||
|
|
||||||
CPluginManagerWeatherData::CPluginManagerWeatherData(QObject *parent) : IPluginManager(parent)
|
CPluginManagerWeatherData::CPluginManagerWeatherData(QObject *parent) : IPluginManager(parent)
|
||||||
{
|
{ }
|
||||||
}
|
|
||||||
|
|
||||||
IWeatherDataFactory *CPluginManagerWeatherData::getFactory(const QString &pluginId)
|
IWeatherDataFactory *CPluginManagerWeatherData::getFactory(const QString &pluginId)
|
||||||
{
|
{
|
||||||
@@ -31,7 +30,7 @@ namespace BlackCore
|
|||||||
|
|
||||||
Weather::CWeatherDataPluginInfoList CPluginManagerWeatherData::getAvailableWeatherDataPlugins() const
|
Weather::CWeatherDataPluginInfoList CPluginManagerWeatherData::getAvailableWeatherDataPlugins() const
|
||||||
{
|
{
|
||||||
BlackMisc::Weather::CWeatherDataPluginInfoList list;
|
CWeatherDataPluginInfoList list;
|
||||||
for (const auto &i : m_plugins)
|
for (const auto &i : m_plugins)
|
||||||
{
|
{
|
||||||
list.push_back(i.info);
|
list.push_back(i.info);
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace BlackCore
|
|||||||
{
|
{
|
||||||
namespace Vatsim
|
namespace Vatsim
|
||||||
{
|
{
|
||||||
//! Read bookings from VATSIM
|
//! Read METARs from VATSIM
|
||||||
class BLACKCORE_EXPORT CVatsimMetarReader :
|
class BLACKCORE_EXPORT CVatsimMetarReader :
|
||||||
public BlackCore::CThreadedReader,
|
public BlackCore::CThreadedReader,
|
||||||
public BlackMisc::Network::CEcosystemAware
|
public BlackMisc::Network::CEcosystemAware
|
||||||
|
|||||||
Reference in New Issue
Block a user