From c900123af50a84825536aaaec058c68dc2822d86 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Wed, 27 Mar 2019 13:50:37 +0100 Subject: [PATCH] Ref T578, style/typo --- src/blackgui/components/infobarwebreadersstatussmallcomponent.h | 2 +- src/blackmisc/simulation/categorymatcher.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(", ");