mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
refs #349, adjusted runtime / context to reflect changed
* renamed member functions * removed unused functions and members
This commit is contained in:
@@ -169,7 +169,7 @@ namespace BlackCore
|
||||
if (this->m_contextOwnAircraft && this->m_contextOwnAircraft->isUsingImplementingObject())
|
||||
{
|
||||
c = connect(this->m_contextOwnAircraft, &IContextOwnAircraft::changedAircraftCockpit,
|
||||
this->getCContextSimulator(), &CContextSimulator::ps_updateCockpitFromContext);
|
||||
this->getCContextSimulator(), &CContextSimulator::ps_updateSimulatorCockpitFromContext);
|
||||
Q_ASSERT(c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user