summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/diveplanner.h
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-23 15:41:58 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-26 08:45:40 -0800
commit413501bc61689e552de5764db69933a237e7af56 (patch)
tree7a5d51b82ee5f859ae191761f95c126c33d9d0cc /desktop-widgets/diveplanner.h
parentd8780fdd89ca6e315e7524ab5ec7eb6bf8fc1e68 (diff)
downloadsubsurface-413501bc61689e552de5764db69933a237e7af56.tar.gz
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>
Diffstat (limited to 'desktop-widgets/diveplanner.h')
-rw-r--r--desktop-widgets/diveplanner.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop-widgets/diveplanner.h b/desktop-widgets/diveplanner.h
index 1dcad1a46..f8ad5dfba 100644
--- a/desktop-widgets/diveplanner.h
+++ b/desktop-widgets/diveplanner.h
@@ -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);