| 561 | } |
| 562 | |
| 563 | QString ElaWindow::getNavigationNodeTitle(const QString& nodeKey) const |
| 564 | { |
| 565 | Q_D(const ElaWindow); |
| 566 | return d->_navigationBar->getNodeTitle(nodeKey); |
| 567 | } |
| 568 | |
| 569 | void ElaWindow::navigation(const QString& pageKey) |
| 570 | { |
nothing calls this directly
no test coverage detected