MCPcopy 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
36void AsyncTreeView::slotCollapsed(const QModelIndex &index)
37{
38 m_treeModel.collapsed(mapViewIndexToTreeModelIndex(index));
39 resizeColumnsAutomatically();
40}
41
42void AsyncTreeView::slotClicked(const QModelIndex &index)
43{

Callers

nothing calls this directly

Calls 1

collapsedMethod · 0.45

Tested by

no test coverage detected