refs #937 Resolved clazy warnings: unnecessary detaching of containers.

This commit is contained in:
Mathew Sutcliffe
2017-04-15 01:19:26 +01:00
parent ce1730b453
commit fce1513dae
25 changed files with 108 additions and 63 deletions

View File

@@ -257,7 +257,7 @@ namespace BlackWxPlugin
}
CLogMessage(this).debug() << "Parsed" << messageNo << "GRIB messages.";
for (const GfsGridPoint &gfsGridPoint : m_gfsWeatherGrid)
for (const GfsGridPoint &gfsGridPoint : as_const(m_gfsWeatherGrid))
{
if(QThread::currentThread()->isInterruptionRequested()) { return; }