refs #349, adjusted runtime / context to reflect changed

* renamed member functions
* removed unused functions and members
This commit is contained in:
Klaus Basan
2014-12-03 00:02:24 +01:00
parent e11a3c1e6b
commit 137c310451
3 changed files with 18 additions and 43 deletions

View File

@@ -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);
}