| 149 | m_messageEdit->setText(txt); |
| 150 | } |
| 151 | QString SimpleCommitForm::summary() const |
| 152 | { |
| 153 | return m_summaryEdit->text(); |
| 154 | } |
| 155 | void SimpleCommitForm::setSummary(const QString& txt) |
| 156 | { |
| 157 | m_summaryEdit->setText(txt); |
no test coverage detected