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

Method showHome

kdevplatform/documentation/documentationview.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void DocumentationView::showHome()
167{
168 auto prov = mProvidersModel->provider(mProviders->currentIndex());
169
170 showDocumentation(prov->homePage());
171}
172
173void DocumentationView::returnPressed()
174{

Callers

nothing calls this directly

Calls 3

providerMethod · 0.45
currentIndexMethod · 0.45
homePageMethod · 0.45

Tested by

no test coverage detected