Ref T362, Ref T348 improved matcher saves removed models (if any) when destructed and improved UI

This commit is contained in:
Klaus Basan
2018-09-30 22:46:42 +02:00
parent 72a7b67e7a
commit 5af029467e
3 changed files with 17 additions and 11 deletions

View File

@@ -185,6 +185,9 @@ namespace BlackCore
void setupChanged();
private:
//! Save the removed models if any
bool saveRemovedModels();
//! The search based implementation
static BlackMisc::Simulation::CAircraftModelList getClosestMatchStepwiseReduceImplementation(const BlackMisc::Simulation::CAircraftModelList &modelSet, const BlackMisc::Simulation::CAircraftMatcherSetup &setup, const BlackMisc::Simulation::CSimulatedAircraft &remoteAircraft, BlackMisc::CStatusMessageList *log = nullptr);