| 1686 | } |
| 1687 | |
| 1688 | void MainWindow::Documentation() { |
| 1689 | QDesktopServices::openUrl(QUrl("https://colmap.github.io/")); |
| 1690 | } |
| 1691 | |
| 1692 | void MainWindow::Support() { |
| 1693 | QDesktopServices::openUrl( |
nothing calls this directly
no outgoing calls
no test coverage detected