refactor: Fix Qt 5.15 deprecation warnings

This commit is contained in:
Lars Toenning
2024-03-16 12:41:12 +01:00
parent e1f52f3e88
commit 56bd6f0c42
22 changed files with 38 additions and 181 deletions

View File

@@ -1389,7 +1389,7 @@ namespace BlackMisc::Simulation
if (log) { log->push_back(subMsgs); }
CCallsign::addLogDetailsToList(log, remoteModel.getCallsign(), QStringLiteral("--- End calculating #%1 ---").arg(c));
c++;
scoreMap.insertMulti(score, model);
scoreMap.insert(score, model);
}
CCallsign::addLogDetailsToList(log, remoteModel.getCallsign(), QStringLiteral("--- End scoring ---"));
return scoreMap;