| 181 | } |
| 182 | |
| 183 | QWidget* ElaWindow::getCustomWidget(ElaAppBarType::CustomArea customArea) const |
| 184 | { |
| 185 | Q_D(const ElaWindow); |
| 186 | return d->_appBar->getCustomWidget(customArea); |
| 187 | } |
| 188 | |
| 189 | void ElaWindow::setCentralCustomWidget(QWidget* customWidget) |
| 190 | { |
no outgoing calls
no test coverage detected