mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #937 Resolved clazy warnings: unnecessary memory allocation.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackCore
|
||||
Weather::CWeatherDataPluginInfoList CPluginManagerWeatherData::getAvailableWeatherDataPlugins() const
|
||||
{
|
||||
BlackMisc::Weather::CWeatherDataPluginInfoList list;
|
||||
for (const auto &i : m_plugins.values())
|
||||
for (const auto &i : m_plugins)
|
||||
{
|
||||
list.push_back(i.info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user