| 46 | } |
| 47 | |
| 48 | void frmOpenSubtitlesConfig::pbRegisterClicked() { |
| 49 | Maybe<QUrl> maybeRegistrationUrl = |
| 50 | OpenSubtitlesDownloadEngine::metadata.registrationUrl(); |
| 51 | |
| 52 | if (maybeRegistrationUrl) { |
| 53 | QDesktopServices::openUrl(maybeRegistrationUrl.value()); |
| 54 | } |
| 55 | } |
nothing calls this directly
no test coverage detected