summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/diveplanner.h
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2019-12-23 17:53:31 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-12-26 09:58:47 -0800
commitc976385aed32421dc6df92e8d47c832d692966cd (patch)
treedf6cdc45d98a74a7adbb13f74418fa5511ce3841 /desktop-widgets/diveplanner.h
parent738ee360ba1b22c2be22fd7021205dd9dfae1f3d (diff)
downloadsubsurface-c976385aed32421dc6df92e8d47c832d692966cd.tar.gz
desktop-widgets: replace variables to plannerShared
Use plannerShared setter to update the variables in qPref. This will also signal the cylindermodel to calculate a new bestmix. variables: bottompo2 decopo2 bestmixend 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/diveplanner.h b/desktop-widgets/diveplanner.h
index 9006e1692..63bc78eb9 100644
--- a/desktop-widgets/diveplanner.h
+++ b/desktop-widgets/diveplanner.h
@@ -72,9 +72,6 @@ public
slots:
void settingsChanged();
void printDecoPlan();
- void setBottomPo2(double po2);
- void setDecoPo2(double po2);
- void setBestmixEND(int depth);
void setBackgasBreaks(bool dobreaks);
void disableDecoElements(int mode);
void disableBackgasBreaks(bool enabled);