| 62 | } |
| 63 | |
| 64 | void MemWatchTreeNode::setEntry(MemWatchEntry* entry) |
| 65 | { |
| 66 | delete m_entry; |
| 67 | m_entry = entry; |
| 68 | } |
| 69 | |
| 70 | const QVector<MemWatchTreeNode*>& MemWatchTreeNode::getChildren() const |
| 71 | { |
nothing calls this directly
no outgoing calls
no test coverage detected