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

Method deselectAll

plugins/patchreview/patchreviewtoolview.cpp:450–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450void PatchReviewToolView::deselectAll()
451{
452 m_fileModel->setAllChecked(false);
453}
454
455void PatchReviewToolView::selectAll()
456{

Callers

nothing calls this directly

Calls 1

setAllCheckedMethod · 0.80

Tested by

no test coverage detected