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

Method quickOpenDocumentation

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

Source from the content-addressed store, hash-verified

561}
562
563void QuickOpenPlugin::quickOpenDocumentation()
564{
565 const QStringList scopes(Strings::scopeIncludesName());
566 const QStringList types(Strings::typeDocumentationName());
567 showQuickOpenWidget(types, scopes, true);
568}
569
570void QuickOpenPlugin::quickOpenActions()
571{

Callers

nothing calls this directly

Calls 2

scopeIncludesNameFunction · 0.85
typeDocumentationNameFunction · 0.85

Tested by

no test coverage detected