| 82 | } |
| 83 | |
| 84 | void VcsCommitDialog::accept() |
| 85 | { |
| 86 | Q_D(VcsCommitDialog); |
| 87 | |
| 88 | if( d->m_patchSource->finishReview( d->m_model->checkedUrls() ) ) |
| 89 | { |
| 90 | QDialog::accept(); |
| 91 | } // else: do nothing to allow the user to make changes in this dialog and commit again |
| 92 | } |
| 93 | |
| 94 | void VcsCommitDialog::reject() |
| 95 | { |
no test coverage detected