FEM: remove unused variable from handlePropertyChange
This commit is contained in:
committed by
Chris Hennes
parent
ece6353bd7
commit
ff1932d550
@@ -263,7 +263,7 @@ void TaskPostWidget::updateEnumerationList(App::PropertyEnumeration& prop, QComb
|
||||
box->setCurrentIndex(index);
|
||||
}
|
||||
|
||||
void TaskPostWidget::handlePropertyChange(const App::DocumentObject& obj, const App::Property& prop)
|
||||
void TaskPostWidget::handlePropertyChange(const App::DocumentObject&, const App::Property& prop)
|
||||
{
|
||||
if (auto postobj = m_object.get<Fem::FemPostObject>()) {
|
||||
if (&prop == &postobj->Data) {
|
||||
|
||||
Reference in New Issue
Block a user