mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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();
|
triggerGFLow();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ slots:
|
||||||
void addCylinder_clicked();
|
void addCylinder_clicked();
|
||||||
void setGFHigh(const int gfhigh);
|
void setGFHigh(const int gfhigh);
|
||||||
void triggerGFHigh();
|
void triggerGFHigh();
|
||||||
void setGFLow(const int ghflow);
|
void setGFLow(const int gflow);
|
||||||
void triggerGFLow();
|
void triggerGFLow();
|
||||||
void setVpmbConservatism(int level);
|
void setVpmbConservatism(int level);
|
||||||
void setSurfacePressure(int pressure);
|
void setSurfacePressure(int pressure);
|
||||||
|
|
Loading…
Add table
Reference in a new issue