mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Ref T298, get/set matching setup in context plus some minor style fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user