mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
refs #937 Resolved clazy warnings: unnecessary detaching of containers.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user