MCPcopy Create free account
hub / github.com/QNapi/qnapi / pbRegisterClicked

Method pbRegisterClicked

gui/src/forms/frmopensubtitlesconfig.cpp:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void frmOpenSubtitlesConfig::pbRegisterClicked() {
49 Maybe<QUrl> maybeRegistrationUrl =
50 OpenSubtitlesDownloadEngine::metadata.registrationUrl();
51
52 if (maybeRegistrationUrl) {
53 QDesktopServices::openUrl(maybeRegistrationUrl.value());
54 }
55}

Callers

nothing calls this directly

Calls 1

registrationUrlMethod · 0.80

Tested by

no test coverage detected