Own model set component

* Removed changeSimulator function in model set component (merged with setSimulator)
* menu to clear caches
* remember simulator "in selector", not in own value
This commit is contained in:
Klaus Basan
2018-07-20 18:16:27 +02:00
parent d632d1ad4f
commit 93d33e3130
5 changed files with 92 additions and 34 deletions

View File

@@ -153,9 +153,6 @@ namespace BlackGui
//! Copy from another swift version
void copyFromAnotherSwift();
//! Unchecked version of setSimulator
void changeSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator);
//! Show the airline/aircraft matrix
void showAirlineAircraftMatrix() const;