| 219 | } |
| 220 | |
| 221 | bool ElaWindow::getIsCentralStackedWidgetTransparent() const |
| 222 | { |
| 223 | Q_D(const ElaWindow); |
| 224 | return d->_navigationCenterStackedWidget->getIsTransparent(); |
| 225 | } |
| 226 | |
| 227 | void ElaWindow::setIsAllowPageOpenInNewWindow(bool isAllowPageOpenInNewWindow) |
| 228 | { |
nothing calls this directly
no test coverage detected