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

Method pbRegisterClicked

gui/src/forms/frmnapiprojektconfig.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void frmNapiProjektConfig::pbRegisterClicked() {
47 Maybe<QUrl> maybeRegistrationUrl =
48 NapiProjektDownloadEngine::metadata.registrationUrl();
49
50 if (maybeRegistrationUrl) {
51 QDesktopServices::openUrl(maybeRegistrationUrl.value());
52 }
53}

Callers

nothing calls this directly

Calls 1

registrationUrlMethod · 0.80

Tested by

no test coverage detected