diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2016-10-15 19:52:17 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-10-15 12:22:28 -0700 |
commit | 8cd4255a28a4251d2f75900970611ce48db5ab65 (patch) | |
tree | 12fe78f42fc69e1b95479d292d8958987377f37d /core/subsurface-qt/SettingsObjectWrapper.cpp | |
parent | 49e96e781696a1ba9d87915155c9df264966e72d (diff) | |
download | subsurface-8cd4255a28a4251d2f75900970611ce48db5ab65.tar.gz |
Test planner settings
Plus: fix a typo.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/subsurface-qt/SettingsObjectWrapper.cpp')
-rw-r--r-- | core/subsurface-qt/SettingsObjectWrapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/subsurface-qt/SettingsObjectWrapper.cpp b/core/subsurface-qt/SettingsObjectWrapper.cpp index 8303afa8a..29b104349 100644 --- a/core/subsurface-qt/SettingsObjectWrapper.cpp +++ b/core/subsurface-qt/SettingsObjectWrapper.cpp @@ -1495,7 +1495,7 @@ void DivePlannerSettings::setBottomSac(int value) emit bottomSacChanged(value); } -void DivePlannerSettings::setSecoSac(int value) +void DivePlannerSettings::setDecoSac(int value) { if (value == prefs.decosac) return; |