mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 12:15:29 +08:00
Utility function to find out if model set is initialized
This commit is contained in:
@@ -80,6 +80,13 @@ namespace BlackCore
|
||||
return BlackMisc::Simulation::CAircraftModelList();
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::simulatorsWithInitializedModelSet
|
||||
virtual BlackMisc::Simulation::CSimulatorInfo simulatorsWithInitializedModelSet() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return BlackMisc::Simulation::CSimulatorInfo();
|
||||
}
|
||||
|
||||
//! \copydoc IContextSimulator::getModelSetStrings
|
||||
virtual QStringList getModelSetStrings() const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user