Ref T275, adjusted setup component

* ignore "same as global"
* Qt::QueuedConnection
This commit is contained in:
Klaus Basan
2018-06-21 00:53:42 +02:00
parent d3796fc65a
commit 7b4733fbdd
3 changed files with 48 additions and 16 deletions

View File

@@ -80,7 +80,7 @@ namespace BlackGui
bool checkPrerequisites(bool showOverlay);
//! Send to context
bool setSetupsToContext(const BlackMisc::Simulation::CInterpolationSetupList &setups);
bool setSetupsToContext(const BlackMisc::Simulation::CInterpolationSetupList &setups, bool force = false);
//! Setup chaged
void onSetupChanged();