| 253 | } |
| 254 | |
| 255 | void ClassModel::removeProjectNode(IProject* project) |
| 256 | { |
| 257 | m_topNode->removeNode(m_projectNodes[project]); |
| 258 | m_projectNodes.remove(project); |
| 259 | } |
| 260 | |
| 261 | #include "moc_classmodel.cpp" |
nothing calls this directly
no test coverage detected