| 194 | } |
| 195 | |
| 196 | QWidget* ElaWindow::getCentralCustomWidget() const |
| 197 | { |
| 198 | Q_D(const ElaWindow); |
| 199 | return d->_navigationCenterStackedWidget->getCustomWidget(); |
| 200 | } |
| 201 | |
| 202 | void ElaWindow::setCustomMenu(QMenu* customMenu) |
| 203 | { |
nothing calls this directly
no test coverage detected