| 458 | } |
| 459 | |
| 460 | void PatchReviewToolView::finishReview() { |
| 461 | QList<QUrl> selectedUrls = m_fileModel->checkedUrls(); |
| 462 | qCDebug(PLUGIN_PATCHREVIEW) << "finishing review with" << selectedUrls; |
| 463 | m_plugin->finishReview( selectedUrls ); |
| 464 | } |
| 465 | |
| 466 | void PatchReviewToolView::fileDoubleClicked( const QModelIndex& idx ) |
| 467 | { |
nothing calls this directly
no test coverage detected