| 60 | } |
| 61 | |
| 62 | void QmitkShortAnswerQuestionWidget::Reset() |
| 63 | { |
| 64 | m_LineEdit->clear(); |
| 65 | |
| 66 | if (m_Question) |
| 67 | m_Question->ClearResponses(); |
| 68 | |
| 69 | QmitkQuestionWidget::Reset(); |
| 70 | } |
| 71 | |
| 72 | void QmitkShortAnswerQuestionWidget::OnTextEdited(const QString& text) |
| 73 | { |
nothing calls this directly
no test coverage detected