| 1411 | } |
| 1412 | |
| 1413 | void MainWindowImpl::onlineHelp() |
| 1414 | { |
| 1415 | QDesktopServices::openUrl(QUrl("https://converseen.fasterland.net/help/", QUrl::TolerantMode)); |
| 1416 | } |
| 1417 | |
| 1418 | void MainWindowImpl::setRelativeSizeCheckboxes(int state) |
| 1419 | { |
nothing calls this directly
no outgoing calls
no test coverage detected