mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Test planner settings
Plus: fix a typo. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
49e96e7816
commit
8cd4255a28
3 changed files with 104 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue