Refactor the apply function to be virtual public

This commit is contained in:
André Althaus
2024-02-21 15:04:38 +01:00
parent 7bbca2f00d
commit b301816889
11 changed files with 16 additions and 17 deletions

View File

@@ -152,7 +152,7 @@ unsigned TaskScaledParameters::getOccurrences() const
return ui->spinOccurrences->value();
}
void TaskScaledParameters::doApply()
void TaskScaledParameters::apply()
{
FCMD_OBJ_CMD(getObject(), "Factor = " << getFactor());
ui->spinOccurrences->apply();