MCPcopy 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
31void AsyncTreeView::slotExpanded(const QModelIndex &index)
32{
33 m_treeModel.expanded(mapViewIndexToTreeModelIndex(index));
34}
35
36void AsyncTreeView::slotCollapsed(const QModelIndex &index)
37{

Callers

nothing calls this directly

Calls 1

expandedMethod · 0.45

Tested by

no test coverage detected