| 379 | } |
| 380 | |
| 381 | void ElaAppBar::setRouteForwardButtonEnable(bool isEnable) |
| 382 | { |
| 383 | Q_D(ElaAppBar); |
| 384 | d->_routeForwardButton->setEnabled(isEnable); |
| 385 | } |
| 386 | |
| 387 | #ifdef Q_OS_WIN |
| 388 | #if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) |
no outgoing calls
no test coverage detected