Style/docu

This commit is contained in:
Klaus Basan
2019-06-16 20:19:27 +02:00
committed by Mat Sutcliffe
parent 6cefb5175d
commit 0d04d3da1d
3 changed files with 5 additions and 6 deletions

View File

@@ -584,7 +584,7 @@ namespace BlackCore
emit this->changedAtcStationsOnline();
// Remark: this->changedAtcStationOnlineConnectionStatus
// will be sent in psFsdAtisVoiceRoomReceived
// will be triggered in onAtisVoiceRoomReceived
}
else
{

View File

@@ -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);

View File

@@ -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