| 109 | } |
| 110 | |
| 111 | ClassNode::~ClassNode() |
| 112 | { |
| 113 | if (!m_cachedUrl.isEmpty()) { |
| 114 | ClassModelNodesController::self().unregisterForChanges(m_cachedUrl, this); |
| 115 | m_cachedUrl = IndexedString(); |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | void ClassNode::populateNode() |
| 120 | { |
nothing calls this directly
no test coverage detected