| 70 | } |
| 71 | |
| 72 | void QmitkShortAnswerQuestionWidget::OnTextEdited(const QString& text) |
| 73 | { |
| 74 | m_Question->SetResponse(text.toStdString()); |
| 75 | |
| 76 | if (m_Question->IsRequired()) |
| 77 | this->SetRequirementVisible(!m_Question->IsComplete()); |
| 78 | } |
nothing calls this directly
no test coverage detected