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

Method manIndexLoaded

plugins/manpage/manpagedocumentationwidget.cpp:57–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void ManPageDocumentationWidget::manIndexLoaded()
58{
59 ManPageModel* model = ManPageDocumentation::s_provider->model();
60 m_treeView->setModel(model);
61 setCurrentWidget(m_treeView);
62 if(m_loadingWidget){
63 removeWidget(m_loadingWidget);
64 delete m_loadingWidget;
65 m_loadingWidget = nullptr;
66 }
67}
68
69void ManPageDocumentationWidget::sectionListUpdated()
70{

Callers

nothing calls this directly

Calls 2

modelMethod · 0.45
setModelMethod · 0.45

Tested by

no test coverage detected