Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ slotCollapsed
Method
slotCollapsed
kdevplatform/debugger/util/treeview.cpp:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void AsyncTreeView::slotCollapsed(const QModelIndex &index)
37
{
38
m_treeModel.collapsed(mapViewIndexToTreeModelIndex(index));
39
resizeColumnsAutomatically();
40
}
41
42
void AsyncTreeView::slotClicked(const QModelIndex &index)
43
{
Callers
nothing calls this directly
Calls
1
collapsed
Method · 0.45
Tested by
no test coverage detected