| 1363 | } |
| 1364 | |
| 1365 | void MainWindowImpl::checkForUpdates() |
| 1366 | { |
| 1367 | // Checks for updates at program startup |
| 1368 | updateChecker->checkForUpdates(); |
| 1369 | } |
| 1370 | |
| 1371 | void MainWindowImpl::manualCheckForUpdate() |
| 1372 | { |
nothing calls this directly
no outgoing calls
no test coverage detected