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

Method name

plugins/customscript/customscript_plugin.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74QString CustomScriptPlugin::name() const
75{
76 // This needs to match the X-KDE-PluginInfo-Name entry from the .desktop file!
77 return QStringLiteral("kdevcustomscript");
78}
79
80QString CustomScriptPlugin::caption() const
81{

Callers 2

formatSourceWithStyleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected