| 174 | } |
| 175 | |
| 176 | void ElaWindow::setRibbonHeight(int ribbonHeight) |
| 177 | { |
| 178 | Q_D(ElaWindow); |
| 179 | d->_appBar->setRibbonHeight(ribbonHeight); |
| 180 | Q_EMIT pRibbonHeightChanged(); |
| 181 | } |
| 182 | |
| 183 | int ElaWindow::getRibbonHeight() const |
| 184 | { |
no outgoing calls
no test coverage detected