| 217 | } |
| 218 | |
| 219 | QWidget* VCSCommitDiffPatchSource::customWidget() const { |
| 220 | return m_commitMessageWidget.data(); |
| 221 | } |
| 222 | |
| 223 | QString VCSCommitDiffPatchSource::finishReviewCustomText() const { |
| 224 | return i18nc("@action:button To make a commit", "Commit"); |