refs #937 Resolved clazy warnings: wrong usage of emit keyword.

This commit is contained in:
Mathew Sutcliffe
2017-04-15 01:31:03 +01:00
parent 045b149164
commit 2134b4e874
4 changed files with 4 additions and 4 deletions

View File

@@ -467,7 +467,7 @@ namespace BlackCore
void CContextSimulator::ps_cockpitChangedFromSimulator(const CSimulatedAircraft &ownAircraft)
{
Q_ASSERT(getIContextOwnAircraft());
getIContextOwnAircraft()->changedAircraftCockpit(ownAircraft, IContextSimulator::InterfaceName());
emit getIContextOwnAircraft()->changedAircraftCockpit(ownAircraft, IContextSimulator::InterfaceName());
}
void CContextSimulator::ps_changedRemoteAircraftModel(const CSimulatedAircraft &aircraft, const BlackMisc::CIdentifier &originator)