mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Functions to remove models from model set
This commit is contained in:
@@ -147,6 +147,14 @@ namespace BlackCore
|
||||
return QStringList();
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::removeModelsFromSet
|
||||
virtual int removeModelsFromSet(const BlackMisc::Simulation::CAircraftModelList &removeModels) override
|
||||
{
|
||||
Q_UNUSED(removeModels);
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return 0;
|
||||
}
|
||||
|
||||
//! \copydoc CAircraftMatcher::disableModelsForMatching
|
||||
virtual void disableModelsForMatching(const BlackMisc::Simulation::CAircraftModelList &removedModels, bool incremental) override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user