mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T515, added failover flag for addingRemoteModelFailed
* adjusted signatures * renamings and minor style adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
f316c63fbe
commit
6470c61d0a
@@ -493,9 +493,10 @@ namespace BlackGui
|
||||
ui->sp_MappingComponentSplitter->setSizes(newSizes);
|
||||
}
|
||||
|
||||
void CMappingComponent::onAddingRemoteAircraftFailed(const CSimulatedAircraft &aircraft, bool disabled, const CStatusMessage &message)
|
||||
void CMappingComponent::onAddingRemoteAircraftFailed(const CSimulatedAircraft &aircraft, bool disabled, bool failover, const CStatusMessage &message)
|
||||
{
|
||||
this->tokenBucketUpdate();
|
||||
Q_UNUSED(failover);
|
||||
Q_UNUSED(aircraft);
|
||||
Q_UNUSED(message);
|
||||
Q_UNUSED(disabled);
|
||||
|
||||
Reference in New Issue
Block a user