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

Method selectAll

plugins/patchreview/patchreviewtoolview.cpp:455–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455void PatchReviewToolView::selectAll()
456{
457 m_fileModel->setAllChecked(true);
458}
459
460void PatchReviewToolView::finishReview() {
461 QList<QUrl> selectedUrls = m_fileModel->checkedUrls();

Callers

nothing calls this directly

Calls 1

setAllCheckedMethod · 0.80

Tested by

no test coverage detected