MCPcopy Create free account
hub / github.com/KDAB/GammaRay / PluginInfo

Method PluginInfo

common/plugininfo.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30PluginInfo::PluginInfo() = default;
31
32PluginInfo::PluginInfo(const QString &path)
33{
34 // OSX has broken QLibrary::isLibrary() - QTBUG-50446
35 if (QLibrary::isLibrary(path) || path.endsWith(Paths::pluginExtension(), Qt::CaseInsensitive))
36 initFromJSON(path);
37}
38
39PluginInfo::PluginInfo(const QStaticPlugin &staticPlugin)
40{

Callers

nothing calls this directly

Calls 2

pluginExtensionFunction · 0.85
metaDataMethod · 0.45

Tested by

no test coverage detected