mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
Minor style changes
This commit is contained in:
committed by
Mat Sutcliffe
parent
507e059438
commit
0e3cba35ff
@@ -957,7 +957,7 @@ namespace BlackCore
|
||||
{
|
||||
const CSimulatedAircraft aircraft(this->getAircraftInRangeForCallsign(callsign));
|
||||
Q_ASSERT_X(!aircraft.getCallsign().isEmpty(), Q_FUNC_INFO, "missing callsign");
|
||||
emit this->changedRemoteAircraftModel(aircraft, originator);
|
||||
emit this->changedRemoteAircraftModel(aircraft, originator); // update aircraft model
|
||||
}
|
||||
return c;
|
||||
}
|
||||
@@ -969,7 +969,7 @@ namespace BlackCore
|
||||
if (c)
|
||||
{
|
||||
const CSimulatedAircraft aircraft(this->getAircraftInRangeForCallsign(callsign));
|
||||
emit this->changedRemoteAircraftModel(aircraft, originator);
|
||||
emit this->changedRemoteAircraftModel(aircraft, originator); // updated network model
|
||||
}
|
||||
return c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user