Correcty typo ghflow -> gflow in diveplannermodel.cpp

Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
Stefan Fuchs 2017-12-19 19:15:53 +01:00 committed by Robert C. Helling
parent 60e82cc2ac
commit 4db9f5dbbd
2 changed files with 3 additions and 3 deletions

View file

@ -470,9 +470,9 @@ void DivePlannerPointsModel::triggerGFHigh()
}
}
void DivePlannerPointsModel::setGFLow(const int ghflow)
void DivePlannerPointsModel::setGFLow(const int gflow)
{
tempGFLow = ghflow;
tempGFLow = gflow;
triggerGFLow();
}

View file

@ -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);