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

Method expanded

kdevplatform/language/classmodel/classmodel.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ClassModel::expanded(const QModelIndex& index)
76{
77 Node* node = static_cast<Node*>(index.internalPointer());
78
79 node->expand();
80}
81
82QFlags<Qt::ItemFlag> ClassModel::flags(const QModelIndex&) const
83{

Callers

nothing calls this directly

Calls 1

expandMethod · 0.80

Tested by

no test coverage detected