mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Mapping tool: improved setting of simulator
* problem: tab was not updated * use "setSimulator" to reload from context menu * forced "setSimulator" possible
This commit is contained in:
committed by
Mat Sutcliffe
parent
286b03602f
commit
f55db48cef
@@ -84,7 +84,7 @@ namespace BlackGui
|
||||
const BlackMisc::Simulation::CSimulatorInfo getOwnModelsSimulator() const;
|
||||
|
||||
//! Change current simulator for own models
|
||||
void setSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
bool setSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator, bool forced = false);
|
||||
|
||||
//! \copydoc BlackGui::Components::CSimulatorSelector::setMode
|
||||
void setSimulatorSelectorMode(CSimulatorSelector::Mode mode);
|
||||
|
||||
Reference in New Issue
Block a user