mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Correcty typo ghflow -> gflow in diveplannermodel.cpp
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
60e82cc2ac
commit
4db9f5dbbd
2 changed files with 3 additions and 3 deletions
|
@ -470,9 +470,9 @@ void DivePlannerPointsModel::triggerGFHigh()
|
|||
}
|
||||
}
|
||||
|
||||
void DivePlannerPointsModel::setGFLow(const int ghflow)
|
||||
void DivePlannerPointsModel::setGFLow(const int gflow)
|
||||
{
|
||||
tempGFLow = ghflow;
|
||||
tempGFLow = gflow;
|
||||
triggerGFLow();
|
||||
}
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ slots:
|
|||
void addCylinder_clicked();
|
||||
void setGFHigh(const int gfhigh);
|
||||
void triggerGFHigh();
|
||||
void setGFLow(const int ghflow);
|
||||
void setGFLow(const int gflow);
|
||||
void triggerGFLow();
|
||||
void setVpmbConservatism(int level);
|
||||
void setSurfacePressure(int pressure);
|
||||
|
|
Loading…
Reference in a new issue