| 67 | } |
| 68 | |
| 69 | void ManPageDocumentationWidget::sectionListUpdated() |
| 70 | { |
| 71 | ManPageModel* model = ManPageDocumentation::s_provider->model(); |
| 72 | m_progressBar->setRange(0, model->sectionCount()); |
| 73 | } |
| 74 | |
| 75 | void ManPageDocumentationWidget::sectionParsed() |
| 76 | { |
nothing calls this directly
no test coverage detected