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