Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
void ClassModel::expanded(const QModelIndex& index)
76
{
77
Node* node = static_cast<Node*>(index.internalPointer());
78
79
node->expand();
80
}
81
82
QFlags<Qt::ItemFlag> ClassModel::flags(const QModelIndex&) const
83
{
Callers
nothing calls this directly
Calls
1
expand
Method · 0.80
Tested by
no test coverage detected