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

Method documentationForIndex

plugins/cmake/cmakedocumentation.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103KDevelop::IDocumentation::Ptr CMakeDocumentation::documentationForIndex(const QModelIndex& idx) const
104{
105 return description(idx.data().toString(), QUrl());
106}
107
108QAbstractItemModel* CMakeDocumentation::indexModel() const
109{

Callers

nothing calls this directly

Calls 3

QUrlClass · 0.70
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected