MCPcopy Create free account
hub / github.com/LibreVR/Revive / LaunchSupportApp

Method LaunchSupportApp

ReviveOverlay/revivemanifestcontroller.cpp:392–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392bool CReviveManifestController::LaunchSupportApp(const QString& appKey)
393{
394 if (!m_supportArgs.contains(appKey))
395 return false;
396
397 return LaunchInjector(m_supportArgs[appKey]);
398}
399
400bool CReviveManifestController::launchApplication(const QString &canonicalName)
401{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected