Ref T298, get/set matching setup in context plus some minor style fixes

This commit is contained in:
Klaus Basan
2018-08-06 01:40:37 +02:00
parent 6fbdd700ae
commit 0b952e7336
7 changed files with 52 additions and 4 deletions

View File

@@ -290,6 +290,18 @@ namespace BlackCore
Q_UNUSED(missingOnly);
return BlackMisc::Simulation::CMatchingStatistics();
}
//! \copydoc IContextSimulator::setMatchingSetup
virtual void setMatchingSetup(const BlackMisc::Simulation::CAircraftMatcherSetup &setup) override
{
Q_UNUSED(setup);
}
//! \copydoc IContextSimulator::setMatchingSetup
virtual BlackMisc::Simulation::CAircraftMatcherSetup getMatchingSetup() const override
{
return BlackMisc::Simulation::CAircraftMatcherSetup();
}
};
} // namespace
} // namespace