mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop-widgets: replace variables from plannerModel to plannerShared
variables bottomsac decosac problemsolvingtime sacfactor are not set in diveplanner.cpp, but instead signals a slot in plannerModel. change signals to slots in plannerShared Signed-off-by: Jan Iversen <jan@casacondor.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d8780fdd89
commit
413501bc61
2 changed files with 9 additions and 33 deletions
|
|
@ -71,11 +71,7 @@ public:
|
|||
public
|
||||
slots:
|
||||
void settingsChanged();
|
||||
void bottomSacChanged(const double bottomSac);
|
||||
void decoSacChanged(const double decosac);
|
||||
void printDecoPlan();
|
||||
void sacFactorChanged(const double factor);
|
||||
void problemSolvingTimeChanged(const int min);
|
||||
void setBottomPo2(double po2);
|
||||
void setDecoPo2(double po2);
|
||||
void setBestmixEND(int depth);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue