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