Mod: redundant void 2

This commit is contained in:
berniev
2022-08-07 20:05:16 +10:00
committed by wwmayer
parent 311abcc43e
commit da9ebc572f
805 changed files with 3787 additions and 3787 deletions

View File

@@ -322,7 +322,7 @@ void TaskFemConstraintForce::onCheckReverse(const bool pressed)
pcConstraint->Reversed.setValue(pressed);
}
double TaskFemConstraintForce::getForce(void) const
double TaskFemConstraintForce::getForce() const
{
return ui->spinForce->value().getValue();
}
@@ -337,7 +337,7 @@ const std::string TaskFemConstraintForce::getReferences() const
return TaskFemConstraint::getReferences(items);
}
const std::string TaskFemConstraintForce::getDirectionName(void) const
const std::string TaskFemConstraintForce::getDirectionName() const
{
std::string dir = ui->lineDirection->text().toStdString();
if (dir.empty())
@@ -347,7 +347,7 @@ const std::string TaskFemConstraintForce::getDirectionName(void) const
return dir.substr(0, pos).c_str();
}
const std::string TaskFemConstraintForce::getDirectionObject(void) const
const std::string TaskFemConstraintForce::getDirectionObject() const
{
std::string dir = ui->lineDirection->text().toStdString();
if (dir.empty())