MCPcopy 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
85void 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

expandMethod · 0.80
rowCountMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected