| 227 | } |
| 228 | |
| 229 | void FvUpdater::UpdateInstallationNotConfirmed() |
| 230 | { |
| 231 | qDebug() << "Do not confirm update installation"; |
| 232 | |
| 233 | hideUpdateConfirmationDialog(); // if any; shouldn't be shown at this point, but who knows |
| 234 | // leave the "update proposal window" inact |
| 235 | } |
| 236 | |
| 237 | |
| 238 | bool FvUpdater::CheckForUpdates(bool silentAsMuchAsItCouldGet) |
nothing calls this directly
no outgoing calls
no test coverage detected