mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 23:45:35 +08:00
Ref T773, style/typo
This commit is contained in:
committed by
Mat Sutcliffe
parent
ee421fe33c
commit
25b30ccf34
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user