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

Function currentPluginsPath

common/paths.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153QString currentPluginsPath()
154{
155#ifndef GAMMARAY_INSTALL_QT_LAYOUT
156 return probePath(QStringLiteral(GAMMARAY_PROBE_ABI));
157#else
158 return rootPath() + QDir::separator() + QStringLiteral(GAMMARAY_PLUGIN_INSTALL_DIR);
159#endif
160}
161
162QString libraryExtension()
163{

Callers

nothing calls this directly

Calls 2

probePathFunction · 0.85
rootPathFunction · 0.85

Tested by

no test coverage detected