diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2017-12-19 19:15:53 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2017-12-24 00:01:39 +0100 |
commit | 4db9f5dbbd4678e203b9b36a12dc8217733fc0a9 (patch) | |
tree | 6a50e1cd33a8c41d200ac5ef96e5b81f844d88d9 /qt-models/diveplannermodel.cpp | |
parent | 60e82cc2accff92865f4e754e229abeaa3cadacc (diff) | |
download | subsurface-4db9f5dbbd4678e203b9b36a12dc8217733fc0a9.tar.gz |
Correcty typo ghflow -> gflow in diveplannermodel.cpp
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'qt-models/diveplannermodel.cpp')
-rw-r--r-- | qt-models/diveplannermodel.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-models/diveplannermodel.cpp b/qt-models/diveplannermodel.cpp index a2aee9850..167b8f740 100644 --- a/qt-models/diveplannermodel.cpp +++ b/qt-models/diveplannermodel.cpp @@ -470,9 +470,9 @@ void DivePlannerPointsModel::triggerGFHigh() } } -void DivePlannerPointsModel::setGFLow(const int ghflow) +void DivePlannerPointsModel::setGFLow(const int gflow) { - tempGFLow = ghflow; + tempGFLow = gflow; triggerGFLow(); } |