1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Meshtastic: some Sonar fixes

This commit is contained in:
f4exb
2026-03-27 21:17:46 +01:00
parent 66dfc3a0c8
commit efa232db88
12 changed files with 292 additions and 398 deletions
+2 -2
View File
@@ -28,7 +28,7 @@ namespace
using modemmeshtastic::DecodeResult;
using modemmeshtastic::Packet;
static QMap<QString, QString> toFieldMap(const DecodeResult& result)
QMap<QString, QString> toFieldMap(const DecodeResult& result)
{
QMap<QString, QString> map;
@@ -42,7 +42,7 @@ static QMap<QString, QString> toFieldMap(const DecodeResult& result)
return map;
}
static bool compareField(
bool compareField(
const QMap<QString, QString>& fields,
const QString& path,
const QString& expected,