mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
diveplanner: desktop, remove no longer used slots
Remove PlannerSettingsWidget slots, that are directed to plannerShared Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
fb5a67e16a
commit
080def7729
2 changed files with 0 additions and 30 deletions
|
@ -618,31 +618,6 @@ void PlannerSettingsWidget::printDecoPlan()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlannerSettingsWidget::setAscrate75(int rate)
|
|
||||||
{
|
|
||||||
plannerShared::set_ascrate75(rate);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PlannerSettingsWidget::setAscrate50(int rate)
|
|
||||||
{
|
|
||||||
plannerShared::set_ascrate50(rate);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PlannerSettingsWidget::setAscratestops(int rate)
|
|
||||||
{
|
|
||||||
plannerShared::set_ascratestops(rate);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PlannerSettingsWidget::setAscratelast6m(int rate)
|
|
||||||
{
|
|
||||||
plannerShared::set_ascratelast6m(rate);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PlannerSettingsWidget::setDescrate(int rate)
|
|
||||||
{
|
|
||||||
plannerShared::set_descrate(rate);
|
|
||||||
}
|
|
||||||
|
|
||||||
void PlannerSettingsWidget::sacFactorChanged(const double factor)
|
void PlannerSettingsWidget::sacFactorChanged(const double factor)
|
||||||
{
|
{
|
||||||
plannerModel->setSacFactor(factor);
|
plannerModel->setSacFactor(factor);
|
||||||
|
|
|
@ -74,11 +74,6 @@ slots:
|
||||||
void bottomSacChanged(const double bottomSac);
|
void bottomSacChanged(const double bottomSac);
|
||||||
void decoSacChanged(const double decosac);
|
void decoSacChanged(const double decosac);
|
||||||
void printDecoPlan();
|
void printDecoPlan();
|
||||||
void setAscrate75(int rate);
|
|
||||||
void setAscrate50(int rate);
|
|
||||||
void setAscratestops(int rate);
|
|
||||||
void setAscratelast6m(int rate);
|
|
||||||
void setDescrate(int rate);
|
|
||||||
void sacFactorChanged(const double factor);
|
void sacFactorChanged(const double factor);
|
||||||
void problemSolvingTimeChanged(const int min);
|
void problemSolvingTimeChanged(const int min);
|
||||||
void setBottomPo2(double po2);
|
void setBottomPo2(double po2);
|
||||||
|
|
Loading…
Add table
Reference in a new issue