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

Function typeDocumentationName

plugins/quickopen/quickopenplugin.cpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65QString typeFunctionsName() { return i18nc("@item quick open item type", "Functions"); }
66QString typeClassesName() { return i18nc("@item quick open item type", "Classes"); }
67QString typeDocumentationName() { return i18nc("@item quick open item type", "Documentation"); }
68QString typeActionsName() { return i18nc("@item quick open item type", "Actions"); }
69
70}

Callers 2

QuickOpenPluginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected