mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Found during T215, rectify CIdentifier issues
* null/anonymous identifier * CIdentifier can be linked with QObject and * CIdentifier reflects name changes of QObject (UI components change name after ctor call)
This commit is contained in:
@@ -1077,8 +1077,8 @@ namespace BlackCore
|
||||
model.updateMissingParts(aircraft.getModel());
|
||||
// Use anonymous as originator here, since the remote aircraft provider is ourselves and the call to updateAircraftModel() would
|
||||
// return without doing anything.
|
||||
this->updateAircraftModel(callsign, model, CIdentifier::anonymous());
|
||||
this->updateAircraftNetworkModel(callsign, model, CIdentifier::anonymous());
|
||||
this->updateAircraftModel(callsign, model, CIdentifier::null());
|
||||
this->updateAircraftNetworkModel(callsign, model, CIdentifier::null());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user