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

Method sectionListUpdated

plugins/manpage/manpagedocumentationwidget.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void ManPageDocumentationWidget::sectionListUpdated()
70{
71 ManPageModel* model = ManPageDocumentation::s_provider->model();
72 m_progressBar->setRange(0, model->sectionCount());
73}
74
75void ManPageDocumentationWidget::sectionParsed()
76{

Callers

nothing calls this directly

Calls 3

setRangeMethod · 0.80
sectionCountMethod · 0.80
modelMethod · 0.45

Tested by

no test coverage detected