mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Ref T111, handle SELCAL in simulator context (fix, was missing so far)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
7cc723c7c3
commit
71fa0fc7b8
@@ -208,6 +208,9 @@ namespace BlackCore
|
||||
c = connect(this->m_contextOwnAircraft, &IContextOwnAircraft::changedAircraftCockpit,
|
||||
this->getCContextSimulator(), &CContextSimulator::ps_updateSimulatorCockpitFromContext);
|
||||
Q_ASSERT(c);
|
||||
c = connect(this->m_contextOwnAircraft, &IContextOwnAircraft::changedSelcal,
|
||||
this->getCContextSimulator(), &CContextSimulator::ps_updateSimulatorSelcalFromContext);
|
||||
Q_ASSERT(c);
|
||||
c = connect(this->getCContextSimulator(), &CContextSimulator::ownAircraftModelChanged,
|
||||
this->getCContextOwnAircraft(), &CContextOwnAircraft::ps_changedSimulatorModel);
|
||||
Q_ASSERT(c);
|
||||
|
||||
Reference in New Issue
Block a user