| 52 | } |
| 53 | |
| 54 | void AboutDialog::openSourcecodeLink() { |
| 55 | QDesktopServices::openUrl(QUrl("https://github.com/Theverat/NormalmapGenerator")); |
| 56 | } |
| 57 | |
| 58 | void AboutDialog::openLatestVersionLink() { |
| 59 | QDesktopServices::openUrl(QUrl("https://github.com/Theverat/NormalmapGenerator/releases")); |
nothing calls this directly
no outgoing calls
no test coverage detected