MCPcopy Create free account
hub / github.com/KDE/kdevelop / finishReview

Method finishReview

plugins/patchreview/patchreviewtoolview.cpp:460–464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

checkedUrlsMethod · 0.80

Tested by

no test coverage detected