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

Method indexModel

plugins/manpage/manpageplugin.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137QAbstractItemModel* ManPagePlugin::indexModel() const
138{
139 return m_model->indexList();
140}
141
142IDocumentation::Ptr ManPagePlugin::documentationForIndex(const QModelIndex& index) const
143{

Callers 3

showDocumentationMethod · 0.45
updateViewMethod · 0.45
changedProviderMethod · 0.45

Calls 1

indexListMethod · 0.80

Tested by

no test coverage detected