summaryrefslogtreecommitdiffstats
path: root/core/subsurface-qt/SettingsObjectWrapper.cpp
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2016-10-15 19:52:17 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-10-15 12:22:28 -0700
commit8cd4255a28a4251d2f75900970611ce48db5ab65 (patch)
tree12fe78f42fc69e1b95479d292d8958987377f37d /core/subsurface-qt/SettingsObjectWrapper.cpp
parent49e96e781696a1ba9d87915155c9df264966e72d (diff)
downloadsubsurface-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.cpp2
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;