MCPcopy Create free account
hub / github.com/KDE/kdevelop / sectionParsed

Method sectionParsed

plugins/manpage/manpagedocumentationwidget.cpp:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void ManPageDocumentationWidget::sectionParsed()
76{
77 ManPageModel* model = ManPageDocumentation::s_provider->model();
78 m_progressBar->setValue(model->nbSectionLoaded());
79}
80
81void ManPageDocumentationWidget::handleError(const QString& errorString)
82{

Callers

nothing calls this directly

Calls 3

nbSectionLoadedMethod · 0.80
modelMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected