Fixed clazy warning: missing emit keyword.

This commit is contained in:
Mat Sutcliffe
2018-12-19 18:53:19 +00:00
parent db928c8b0e
commit ca813a1814

View File

@@ -969,7 +969,7 @@ namespace BlackCore
{
lookupModel = this->reverseLookupModel(model);
}
this->ownAircraftModelChanged(lookupModel);
emit this->ownAircraftModelChanged(lookupModel);
}
void CContextSimulator::stopSimulatorListeners()