| 199 | } |
| 200 | |
| 201 | void FvUpdater::RemindMeLater() |
| 202 | { |
| 203 | qDebug() << "Remind me later"; |
| 204 | |
| 205 | hideUpdaterWindow(); |
| 206 | hideUpdateConfirmationDialog(); // if any; shouldn't be shown at this point, but who knows |
| 207 | } |
| 208 | |
| 209 | void FvUpdater::UpdateInstallationConfirmed() |
| 210 | { |
nothing calls this directly
no outgoing calls
no test coverage detected