| 175 | |
| 176 | |
| 177 | void FvUpdater::InstallUpdate() |
| 178 | { |
| 179 | qDebug() << "Install update"; |
| 180 | |
| 181 | showUpdateConfirmationDialogUpdatedWithCurrentUpdateProposal(); |
| 182 | } |
| 183 | |
| 184 | void FvUpdater::SkipUpdate() |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected