Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ collapsed
Method
collapsed
kdevplatform/debugger/util/treemodel.cpp:180–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
178
}
179
180
void TreeModel::collapsed(const QModelIndex &index)
181
{
182
TreeItem* item = itemForIndex(index);
183
item->setExpanded(false);
184
}
185
186
void TreeModel::clicked(const QModelIndex &index)
187
{
Callers
3
slotCollapsed
Method · 0.45
init
Method · 0.45
testVariablesChanged
Method · 0.45
Calls
1
setExpanded
Method · 0.45
Tested by
2
init
Method · 0.36
testVariablesChanged
Method · 0.36