| 164 | } |
| 165 | |
| 166 | void QmitkMultipleChoiceQuestionWidget::OnEditingFinished() |
| 167 | { |
| 168 | if (m_ButtonGroup->checkedId() == m_OtherId) |
| 169 | m_Question->SetOtherResponse(m_OtherLineEdit->text().toStdString()); |
| 170 | } |
| 171 | |
| 172 | void QmitkMultipleChoiceQuestionWidget::OnClearButtonClicked() |
| 173 | { |
nothing calls this directly
no test coverage detected