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

Method startupHookReceived

core/probe.cpp:337–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void Probe::startupHookReceived()
338{
339#ifdef Q_OS_ANDROID
340 QDir root = QDir::home();
341 root.cdUp();
342 Paths::setRootPath(root.absolutePath());
343#endif
344 s_listener()->trackDestroyed = false;
345}
346
347void Probe::delayedInit()
348{

Callers

nothing calls this directly

Calls 1

setRootPathFunction · 0.85

Tested by

no test coverage detected