| 14 | } |
| 15 | |
| 16 | MemWatchTreeNode::~MemWatchTreeNode() |
| 17 | { |
| 18 | deleteChildren(); |
| 19 | m_parent = nullptr; |
| 20 | delete m_entry; |
| 21 | m_entry = nullptr; |
| 22 | } |
| 23 | |
| 24 | bool MemWatchTreeNode::isGroup() const |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected