Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ expandFirstLevel
Method
expandFirstLevel
plugins/outlineview/outlinewidget.cpp:85–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
void OutlineWidget::expandFirstLevel()
86
{
87
for (int i = 0; i < m_proxy->rowCount(); i++) {
88
m_tree->expand(m_proxy->index(i, 0));
89
}
90
}
91
92
#include
"moc_outlinewidget.cpp"
Callers
nothing calls this directly
Calls
3
expand
Method · 0.80
rowCount
Method · 0.45
index
Method · 0.45
Tested by
no test coverage detected