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

Method openLatestVersionLink

src_gui/aboutdialog.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void AboutDialog::openLatestVersionLink() {
59 QDesktopServices::openUrl(QUrl("https://github.com/Theverat/NormalmapGenerator/releases"));
60}
61
62void AboutDialog::showMainColorDialog() {
63 QColorDialog *colorDialog = new QColorDialog(mainwindow->getUiColorMain(), this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected