| 73 | } |
| 74 | |
| 75 | void ManPageDocumentationWidget::sectionParsed() |
| 76 | { |
| 77 | ManPageModel* model = ManPageDocumentation::s_provider->model(); |
| 78 | m_progressBar->setValue(model->nbSectionLoaded()); |
| 79 | } |
| 80 | |
| 81 | void ManPageDocumentationWidget::handleError(const QString& errorString) |
| 82 | { |
nothing calls this directly
no test coverage detected