mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Style/docu
This commit is contained in:
committed by
Mat Sutcliffe
parent
6cefb5175d
commit
0d04d3da1d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user