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

Function typeClassesName

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

Source from the content-addressed store, hash-verified

64QString typeFilesName() { return i18nc("@item quick open item type", "Files"); }
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

Callers 1

showQuickOpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected