| 734 | } |
| 735 | |
| 736 | void QmitkSegmentationTaskListWidget::OnFormSubmission() |
| 737 | { |
| 738 | m_Form.SetSupplement("Task", m_TaskList->GetName(m_CurrentTaskIndex.value())); |
| 739 | } |
| 740 | |
| 741 | void QmitkSegmentationTaskListWidget::UpdateStoreAndAcceptButtons() |
| 742 | { |
nothing calls this directly
no test coverage detected