mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #937 Resolved clazy warnings: miscellaneous.
This commit is contained in:
@@ -181,6 +181,7 @@ namespace BlackWxPlugin
|
||||
directory = directory.arg(hourLastPublishedCycle, 2, 10, QLatin1Char('0'));
|
||||
|
||||
QStringList params;
|
||||
params.reserve(grib2Levels.size() + grib2Variables.size() + 6);
|
||||
params.append("file=" + filename);
|
||||
for (const auto &level : grib2Levels)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user