Ref T773, style/typo

This commit is contained in:
Klaus Basan
2020-02-17 00:43:18 +01:00
committed by Mat Sutcliffe
parent ee421fe33c
commit 25b30ccf34
6 changed files with 16 additions and 16 deletions

View File

@@ -583,7 +583,7 @@ namespace BlackSimPlugin
{
Q_ASSERT(this->isConnected());
if (originator == this->identifier()) { return false; }
Q_UNUSED(selcal);
Q_UNUSED(selcal)
//! \fixme KB 8/2017 use SELCAL??
return false;
@@ -1198,7 +1198,7 @@ namespace BlackSimPlugin
}
const bool wasPending = (m_addingInProgressAircraft.remove(cs) > 0);
Q_UNUSED(wasPending);
Q_UNUSED(wasPending)
if (failedRemoteAircraft.hasCallsign() && !m_aircraftAddedFailed.containsCallsign(cs))
{