| 59 | } |
| 60 | |
| 61 | void QmitkAutomatedLayoutWidget::OnSelectionDialogClosed() |
| 62 | { |
| 63 | bool setLayoutEnabled = m_Controls->dataSelector->GetSelectedNodes().size() > 0; |
| 64 | m_Controls->setLayoutButton->setEnabled(setLayoutEnabled); |
| 65 | this->show(); |
| 66 | } |
nothing calls this directly
no test coverage detected