Returns a particular child node
| 88 | |
| 89 | /// Returns a particular child node |
| 90 | ProblemStoreNode* child(int row) const |
| 91 | { |
| 92 | return m_children[row]; |
| 93 | } |
| 94 | |
| 95 | /// Returns the list of children nodes |
| 96 | const QVector<ProblemStoreNode*>& children() const{ |
no outgoing calls
no test coverage detected