Gui: PR6497 move return statement to new line
This commit is contained in:
@@ -343,7 +343,8 @@ std::vector<App::DocumentObject*> DlgObjectSelection::getSelections(SelectionOpt
|
||||
}
|
||||
|
||||
void DlgObjectSelection::onDepItemChanged(QTreeWidgetItem * depItem, int column) {
|
||||
if(column) return;
|
||||
if(column)
|
||||
return;
|
||||
QSignalBlocker blocker(ui->depList);
|
||||
QSignalBlocker blocker2(ui->inList);
|
||||
QSignalBlocker blocker3(ui->treeWidget);
|
||||
|
||||
Reference in New Issue
Block a user