| 490 | return; |
| 491 | } |
| 492 | d->_centerStackedWidget->getContainerStackedWidget()->addWidget(centralWidget); |
| 493 | } |
| 494 | |
| 495 | QWidget* ElaWindow::getCentralWidget(int index) const |
| 496 | { |
| 497 | Q_D(const ElaWindow); |
| 498 | if (index >= d->_centerStackedWidget->getContainerStackedWidget()->count() || index < 1) |
| 499 | { |
nothing calls this directly
no test coverage detected