| 132 | } |
| 133 | |
| 134 | void CTrayIconController::showHelp() |
| 135 | { |
| 136 | QDesktopServices::openUrl(QUrl("https://github.com/LibreVR/Revive/wiki")); |
| 137 | } |
| 138 | |
| 139 | void CTrayIconController::messageClicked() |
| 140 | { |
nothing calls this directly
no outgoing calls
no test coverage detected