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

Function KEY_Required

kdevplatform/shell/plugincontroller.cpp:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53inline QString KEY_Version() { return QStringLiteral("X-KDevelop-Version"); }
54inline QString KEY_Interfaces() { return QStringLiteral("X-KDevelop-Interfaces"); }
55inline QString KEY_Required() { return QStringLiteral("X-KDevelop-IRequired"); }
56inline QString KEY_Optional() { return QStringLiteral("X-KDevelop-IOptional"); }
57inline QString KEY_KPlugin() { return QStringLiteral("KPlugin"); }
58inline QString KEY_EnabledByDefault() { return QStringLiteral("EnabledByDefault"); }

Callers 3

canUnloadMethod · 0.85
loadDependenciesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected