mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #614, changed matcher and applied changes
* new function in model list * removed all models in matcher, only provider data will be used
This commit is contained in:
@@ -191,9 +191,6 @@ namespace BlackSimPlugin
|
||||
CAircraftModel aircraftModel(*modelStringsIt, CAircraftModel::TypeDatabaseEntry, QString(), aircraftIcao, livery);
|
||||
m_installedModels.push_back(aircraftModel);
|
||||
}
|
||||
|
||||
m_modelMatcher.setInstalledModels(m_installedModels);
|
||||
m_modelMatcher.init();
|
||||
}
|
||||
|
||||
bool CSimulatorXPlane::isConnected() const
|
||||
|
||||
Reference in New Issue
Block a user