rename method from remObject to removeObject to be more readable

This commit is contained in:
wmayer
2017-09-13 18:57:38 +02:00
parent e34a623aeb
commit 09737f2db3
12 changed files with 17 additions and 17 deletions

View File

@@ -170,7 +170,7 @@ void TaskFemConstraint::onButtonWizCancel()
{
Fem::Constraint* pcConstraint = static_cast<Fem::Constraint*>(ConstraintView->getObject());
if (pcConstraint != NULL)
pcConstraint->getDocument()->remObject(pcConstraint->getNameInDocument());
pcConstraint->getDocument()->removeObject(pcConstraint->getNameInDocument());
onButtonWizOk();
}