mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T259, Ref T243 adjusted providers to use common base classes
This commit is contained in:
@@ -117,13 +117,11 @@ namespace BlackSimPlugin
|
||||
emit this->simulatorStatusChanged(ISimulator::Disconnected);
|
||||
});
|
||||
|
||||
m_defaultModel =
|
||||
this->setDefaultModel(
|
||||
{
|
||||
"Boeing 737-400",
|
||||
CAircraftModel::TypeModelMatchingDefaultModel,
|
||||
"B737-400 default model",
|
||||
CAircraftIcaoCode("B734", "L2J")
|
||||
};
|
||||
"Boeing 737-400", CAircraftModel::TypeModelMatchingDefaultModel,
|
||||
"B737-400 default model", CAircraftIcaoCode("B734", "L2J")
|
||||
});
|
||||
}
|
||||
|
||||
bool CSimulatorFs9::isConnected() const
|
||||
|
||||
Reference in New Issue
Block a user