FEM: remove some trailing whitespaces

This commit is contained in:
vginkeo 2016-02-29 07:08:46 +01:00 committed by wmayer
parent fcd2882ad7
commit 187894d8b5

View File

@ -485,6 +485,7 @@ void TaskFemConstraintDisplacement::removeFromSelection()
SubElements.erase(SubElements.begin()+itemsToDel.back());
itemsToDel.pop_back();
}
//Update UI
disconnect(ui->lw_references, SIGNAL(currentItemChanged(QListWidgetItem*,QListWidgetItem*)),
this, SLOT(setSelection(QListWidgetItem*)));