| 335 | } |
| 336 | |
| 337 | void 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 | |
| 347 | void Probe::delayedInit() |
| 348 | { |
nothing calls this directly
no test coverage detected