1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Silenced clang warnings

This commit is contained in:
2020-03-27 23:09:13 +01:00
parent 77ac919b83
commit b1647d944c
2 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,7 @@ void GUI::mapInitialized()
_showMapAction->setEnabled(true);
_clearMapCacheAction->setEnabled(true);
} else {
qWarning(qPrintable(map->name() + ": " + map->errorString()));
qWarning("%s: %s", qPrintable(map->name()), qPrintable(map->errorString()));
action->deleteLater();
}
}