| 390 | } |
| 391 | |
| 392 | bool CReviveManifestController::LaunchSupportApp(const QString& appKey) |
| 393 | { |
| 394 | if (!m_supportArgs.contains(appKey)) |
| 395 | return false; |
| 396 | |
| 397 | return LaunchInjector(m_supportArgs[appKey]); |
| 398 | } |
| 399 | |
| 400 | bool CReviveManifestController::launchApplication(const QString &canonicalName) |
| 401 | { |
nothing calls this directly
no outgoing calls
no test coverage detected