mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Fixed clazy warning: missing emit keyword.
This commit is contained in:
@@ -969,7 +969,7 @@ namespace BlackCore
|
||||
{
|
||||
lookupModel = this->reverseLookupModel(model);
|
||||
}
|
||||
this->ownAircraftModelChanged(lookupModel);
|
||||
emit this->ownAircraftModelChanged(lookupModel);
|
||||
}
|
||||
|
||||
void CContextSimulator::stopSimulatorListeners()
|
||||
|
||||
Reference in New Issue
Block a user