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

Method infoForId

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

Source from the content-addressed store, hash-verified

217 }
218
219 KPluginMetaData infoForId( const QString& id ) const
220 {
221 for (const KPluginMetaData& info : plugins) {
222 if (info.pluginId() == id) {
223 return info;
224 }
225 }
226 return KPluginMetaData();
227 }
228
229 /**
230 * Iterate over all cached plugin infos, and call the functor for every enabled plugin.

Callers 1

unloadPluginMethod · 0.80

Calls 2

pluginIdMethod · 0.80
KPluginMetaDataClass · 0.50

Tested by

no test coverage detected