| 1385 | } |
| 1386 | |
| 1387 | void MainWindowImpl::updateAvailable(const bool &isAvailable) |
| 1388 | { |
| 1389 | // Signal received when updates are checked |
| 1390 | if (isAvailable && IniSettings::isAutoChechUpdates()) { |
| 1391 | showUpdateDialog(); |
| 1392 | } |
| 1393 | } |
| 1394 | |
| 1395 | void MainWindowImpl::showUpdateDialog() |
| 1396 | { |
nothing calls this directly
no outgoing calls
no test coverage detected