| 104 | } |
| 105 | |
| 106 | void CTrayIconController::inject() |
| 107 | { |
| 108 | QString file = openDialog(); |
| 109 | if (file.isNull()) |
| 110 | return; |
| 111 | |
| 112 | CReviveManifestController::SharedInstance()->LaunchInjector(QDir::toNativeSeparators(file)); |
| 113 | } |
| 114 | |
| 115 | void CTrayIconController::shortcut() |
| 116 | { |
nothing calls this directly
no test coverage detected