| 502 | } |
| 503 | |
| 504 | void ElaWindow::collapseNavigationNode(const QString& expanderKey) |
| 505 | { |
| 506 | Q_D(ElaWindow); |
| 507 | d->_navigationBar->collapseNode(expanderKey); |
| 508 | } |
| 509 | |
| 510 | void ElaWindow::removeNavigationNode(const QString& nodeKey) const |
| 511 | { |
nothing calls this directly
no test coverage detected