MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / openSourcecodeLink

Method openSourcecodeLink

src_gui/aboutdialog.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void AboutDialog::openSourcecodeLink() {
55 QDesktopServices::openUrl(QUrl("https://github.com/Theverat/NormalmapGenerator"));
56}
57
58void AboutDialog::openLatestVersionLink() {
59 QDesktopServices::openUrl(QUrl("https://github.com/Theverat/NormalmapGenerator/releases"));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected