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

Function setRelativeRootPath

common/paths.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void setRelativeRootPath(const char *relativeRootPath)
61{
62 Q_ASSERT(relativeRootPath);
63 setRootPath(QCoreApplication::applicationDirPath() + QDir::separator()
64 + QLatin1String(relativeRootPath));
65}
66
67QString probePath(const QString &probeABI, const QString &rootPath)
68{

Callers 6

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
createProbeMethod · 0.85
SelfTestTestClass · 0.85

Calls 1

setRootPathFunction · 0.85

Tested by 1

createProbeMethod · 0.68