Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/KDChart
/ removeChild
Method
removeChild
examples/Gantt/project/projectmodel.cpp:162–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void ProjectModel::Node::removeChild(Node *child)
163
{
164
child->setParent(nullptr);
165
m_children.removeAll(child);
166
}
167
168
ProjectModel::ProjectModel(QObject *parent)
169
: QAbstractItemModel(parent)
Callers
1
~Node
Method · 0.80
Calls
1
setParent
Method · 0.45
Tested by
no test coverage detected