MCPcopy Create free account
hub / github.com/KDAB/KDChart / ProjectModel

Method ProjectModel

examples/Gantt/project/projectmodel.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168ProjectModel::ProjectModel(QObject *parent)
169 : QAbstractItemModel(parent)
170 , m_root(new Node)
171{
172}
173
174ProjectModel::~ProjectModel()
175{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected