| 166 | } |
| 167 | |
| 168 | void QmitkCheckboxesQuestionWidget::OnEditingFinished() |
| 169 | { |
| 170 | if (m_ButtonGroup->button(m_OtherId)->isChecked()) |
| 171 | m_Question->AddOtherResponse(m_OtherLineEdit->text().toStdString()); |
| 172 | } |
nothing calls this directly
no test coverage detected