mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 14:45:33 +08:00
Minor style changes
This commit is contained in:
@@ -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