summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-06-29 15:12:02 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-29 08:35:37 -0700
commita9b030ed44ea84ccbdae863ae00c2d4380706d44 (patch)
tree4d889fbd9d39a29a482a511574930e3d3460e8d5 /qt-ui/diveplanner.h
parent0f535620e43dd9edc6fb8e8cad01e0c5bce6f0eb (diff)
downloadsubsurface-a9b030ed44ea84ccbdae863ae00c2d4380706d44.tar.gz
Fixed SAC in planner
When I moved the settings for SAC's from the planner to the plannerSettings widget I forgot to move the corresponding methods from one class to the other. This fixes the display of the gas consumption in the planner Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r--qt-ui/diveplanner.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index 08a1ba519..4911a5628 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -140,8 +140,6 @@ slots:
void settingsChanged();
void atmPressureChanged(const int pressure);
void heightChanged(const int height);
- void bottomSacChanged(const int bottomSac);
- void decoSacChanged(const int decosac);
void printDecoPlan();
private: