Remove this node and delete it.
| 51 | |
| 52 | /// Remove this node and delete it. |
| 53 | void removeSelf() { m_parentNode->removeNode(this); } |
| 54 | |
| 55 | /// Called once the node has been populated to sort the entire tree / branch. |
| 56 | void recursiveSort(); |
no test coverage detected