| 192 | } |
| 193 | |
| 194 | void QmitkFindSegmentationTaskDialog::OnFinished(int) |
| 195 | { |
| 196 | SaveGeometry(this->saveGeometry()); |
| 197 | SaveColumnWidths(m_Ui->tableWidget); |
| 198 | } |
| 199 | |
| 200 | void QmitkFindSegmentationTaskDialog::ApplyFilter() |
| 201 | { |
nothing calls this directly
no test coverage detected