MCPcopy Create free account
hub / github.com/KDE/kdevelop / collapsed

Method collapsed

kdevplatform/language/classmodel/classmodel.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void ClassModel::collapsed(const QModelIndex& index)
69{
70 Node* node = static_cast<Node*>(index.internalPointer());
71
72 node->collapse();
73}
74
75void ClassModel::expanded(const QModelIndex& index)
76{

Callers

nothing calls this directly

Calls 1

collapseMethod · 0.80

Tested by

no test coverage detected