mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Ref T578, style/typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
305a1a34c2
commit
c900123af5
@@ -31,7 +31,7 @@ namespace BlackGui
|
|||||||
explicit CInfoBarWebReadersStatusSmallComponent(QWidget *parent = nullptr);
|
explicit CInfoBarWebReadersStatusSmallComponent(QWidget *parent = nullptr);
|
||||||
|
|
||||||
//! Destructor
|
//! Destructor
|
||||||
~CInfoBarWebReadersStatusSmallComponent();
|
virtual ~CInfoBarWebReadersStatusSmallComponent() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QScopedPointer<Ui::CInfoBarWebReadersStatusSmallComponent> ui;
|
QScopedPointer<Ui::CInfoBarWebReadersStatusSmallComponent> ui;
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ namespace BlackMisc
|
|||||||
}
|
}
|
||||||
else
|
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 QStringList substituteIcaos({ "UHEL", "GLID", "ULAC" }); // maybe also GYRO
|
||||||
static const QString substituteIcaosStr = substituteIcaos.join(", ");
|
static const QString substituteIcaosStr = substituteIcaos.join(", ");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user