| 164 | } |
| 165 | |
| 166 | void DocumentationView::showHome() |
| 167 | { |
| 168 | auto prov = mProvidersModel->provider(mProviders->currentIndex()); |
| 169 | |
| 170 | showDocumentation(prov->homePage()); |
| 171 | } |
| 172 | |
| 173 | void DocumentationView::returnPressed() |
| 174 | { |
nothing calls this directly
no test coverage detected