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

Function probePath

common/paths.cpp:67–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67QString probePath(const QString &probeABI, const QString &rootPath)
68{
69#ifndef GAMMARAY_INSTALL_QT_LAYOUT
70 return rootPath + QDir::separator()
71 + QLatin1String(GAMMARAY_PLUGIN_INSTALL_DIR) + QDir::separator()
72 + QLatin1String(GAMMARAY_PLUGIN_VERSION) + QDir::separator()
73 + probeABI;
74#else
75 Q_UNUSED(probeABI);
76 return rootPath + QDir::separator() + QLatin1String(GAMMARAY_PROBE_INSTALL_DIR);
77#endif
78}
79
80QString binPath()
81{

Callers 4

listProbeABIsFunction · 0.85
createProbeMethod · 0.85
currentProbePathFunction · 0.85
currentPluginsPathFunction · 0.85

Calls

no outgoing calls

Tested by 1

createProbeMethod · 0.68