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

Method changedProvider

kdevplatform/documentation/documentationview.cpp:297–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void DocumentationView::changedProvider(int row)
298{
299 mIdentifiers->completer()->setModel(mProvidersModel->provider(row)->indexModel());
300 mIdentifiers->clear();
301
302 showHome();
303}
304
305void DocumentationView::mousePressEvent(QMouseEvent* event)
306{

Callers

nothing calls this directly

Calls 4

setModelMethod · 0.45
indexModelMethod · 0.45
providerMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected