Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
void GrepOutputView::expandElements(const QModelIndex& index)
362
{
363
updateButtonState(true);
364
365
resultsTreeView->expand(index);
366
}
367
368
void GrepOutputView::updateButtonState(bool enable)
369
{
Callers
nothing calls this directly
Calls
1
expand
Method · 0.80
Tested by
no test coverage detected