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

Method expandElements

plugins/grepview/grepoutputview.cpp:361–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361void GrepOutputView::expandElements(const QModelIndex& index)
362{
363 updateButtonState(true);
364
365 resultsTreeView->expand(index);
366}
367
368void GrepOutputView::updateButtonState(bool enable)
369{

Callers

nothing calls this directly

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected