Ref T411, confirmation before values are overridden

This commit is contained in:
Klaus Basan
2018-10-23 20:17:32 +02:00
parent e4e39b6579
commit 07f44fc520
3 changed files with 19 additions and 1 deletions

View File

@@ -46,6 +46,9 @@ namespace BlackGui
//! Show / hide selector
void hideSelector(bool show);
//! Any values filled in
bool hasAnyValues() const;
//! Simulator
void setSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator);