| 229 | } |
| 230 | |
| 231 | void VCSCommitDiffPatchSource::cancelReview() { |
| 232 | |
| 233 | QString message; |
| 234 | |
| 235 | if (m_commitMessageEdit) |
| 236 | message = m_commitMessageEdit.data()->toPlainText(); |
| 237 | |
| 238 | emit reviewCancelled(message); |
| 239 | |
| 240 | deleteLater(); |
| 241 | } |
| 242 | |
| 243 | bool VCSCommitDiffPatchSource::finishReview(const QList<QUrl>& selection) |
| 244 | { |