| 62 | } |
| 63 | |
| 64 | void QmitkParagraphQuestionWidget::Reset() |
| 65 | { |
| 66 | m_TextEdit->clear(); |
| 67 | |
| 68 | if (m_Question) |
| 69 | m_Question->ClearResponses(); |
| 70 | |
| 71 | QmitkQuestionWidget::Reset(); |
| 72 | } |
| 73 | |
| 74 | void QmitkParagraphQuestionWidget::AdjustHeight() |
| 75 | { |
nothing calls this directly
no test coverage detected