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

Method updateCheckable

plugins/grepview/grepoutputview.cpp:442–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void GrepOutputView::updateCheckable()
443{
444 if(model())
445 model()->makeItemsCheckable(!replacementCombo->currentText().isEmpty() || model()->itemsCheckable());
446}
447
448void GrepOutputView::clearSearchHistory()
449{

Callers

nothing calls this directly

Calls 4

modelFunction · 0.85
makeItemsCheckableMethod · 0.80
itemsCheckableMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected