mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
refs #937 Resolved clazy warnings: unnecessary memory allocation.
This commit is contained in:
@@ -115,7 +115,7 @@ namespace BlackMisc
|
||||
};
|
||||
|
||||
QString weatherPhenomenaAsString;
|
||||
for (const auto &wp : weatherPhenomenaHash.keys())
|
||||
for (const auto &wp : makeKeysRange(weatherPhenomenaHash))
|
||||
{
|
||||
if (m_weatherPhenomena & wp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user