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

Method pluginFilter

common/pluginmanager.cpp:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47QStringList PluginManagerBase::pluginFilter()
48{
49 QStringList filter;
50#if defined(GAMMARAY_INSTALL_QT_LAYOUT)
51 filter.push_back(QStringLiteral("*") + QStringLiteral(GAMMARAY_PROBE_ABI) + Paths::pluginExtension());
52#else
53 filter.push_back(QStringLiteral("*") + Paths::pluginExtension());
54#endif
55 return filter;
56}
57
58void PluginManagerBase::scan(const QString &serviceType)
59{

Callers

nothing calls this directly

Calls 1

pluginExtensionFunction · 0.85

Tested by

no test coverage detected