| 596 | |
| 597 | |
| 598 | void UBWebController::adaptToolBar() |
| 599 | { |
| 600 | bool highResolution = mMainWindow->width() > 1024; |
| 601 | |
| 602 | mMainWindow->actionWebReload->setVisible(highResolution); |
| 603 | mMainWindow->actionStopLoading->setVisible(highResolution); |
| 604 | } |
| 605 | |
| 606 | |
| 607 | void UBWebController::showTabAtTop(bool attop) |
nothing calls this directly
no test coverage detected