Return the display name for the node.
| 64 | |
| 65 | /// Return the display name for the node. |
| 66 | QString displayName() const { return m_displayName; } |
| 67 | |
| 68 | /// Returns a list of child nodes |
| 69 | const QList<Node*>& children() const { return m_children; } |
no outgoing calls
no test coverage detected