| 215 | } |
| 216 | |
| 217 | void ClassNode::nodeCleared() |
| 218 | { |
| 219 | if (!m_cachedUrl.isEmpty()) { |
| 220 | ClassModelNodesController::self().unregisterForChanges(m_cachedUrl, this); |
| 221 | m_cachedUrl = IndexedString(); |
| 222 | } |
| 223 | |
| 224 | m_subIdentifiers.clear(); |
| 225 | } |
| 226 | |
| 227 | void ClassModelNodes::ClassNode::documentChanged(const KDevelop::IndexedString&) |
| 228 | { |
nothing calls this directly
no test coverage detected