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

Method pluginPaths

common/pluginmanager.cpp:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36PluginManagerBase::~PluginManagerBase() = default;
37
38QStringList PluginManagerBase::pluginPaths()
39{
40#ifndef GAMMARAY_STATIC_PROBE
41 return Paths::pluginPaths(QStringLiteral(GAMMARAY_PROBE_ABI));
42#else
43 return QStringList();
44#endif
45}
46
47QStringList PluginManagerBase::pluginFilter()
48{

Callers

nothing calls this directly

Calls 1

pluginPathsFunction · 0.85

Tested by

no test coverage detected