diff --git a/src/blackgui/components/infobarwebreadersstatussmallcomponent.h b/src/blackgui/components/infobarwebreadersstatussmallcomponent.h index ac04c165d..07569819c 100644 --- a/src/blackgui/components/infobarwebreadersstatussmallcomponent.h +++ b/src/blackgui/components/infobarwebreadersstatussmallcomponent.h @@ -31,7 +31,7 @@ namespace BlackGui explicit CInfoBarWebReadersStatusSmallComponent(QWidget *parent = nullptr); //! Destructor - ~CInfoBarWebReadersStatusSmallComponent(); + virtual ~CInfoBarWebReadersStatusSmallComponent() override; private: QScopedPointer ui; diff --git a/src/blackmisc/simulation/categorymatcher.cpp b/src/blackmisc/simulation/categorymatcher.cpp index 52a0f146d..5fa343c8e 100644 --- a/src/blackmisc/simulation/categorymatcher.cpp +++ b/src/blackmisc/simulation/categorymatcher.cpp @@ -104,7 +104,7 @@ namespace BlackMisc } else { - if (log) { CMatchingUtils::addLogDetailsToList(log, remoteAircraft, QStringLiteral("No glider categories of level %1 in set").arg(firstLevel), getLogCategories()); } + if (log) { CMatchingUtils::addLogDetailsToList(log, remoteAircraft, QStringLiteral("No glider categories of level id %1 in set").arg(firstLevel), getLogCategories()); } static const QStringList substituteIcaos({ "UHEL", "GLID", "ULAC" }); // maybe also GYRO static const QString substituteIcaosStr = substituteIcaos.join(", ");