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