| 1455 | } |
| 1456 | |
| 1457 | void Updater::stop() { |
| 1458 | _httpImplementation = Implementation(); |
| 1459 | _mtpImplementation = Implementation(); |
| 1460 | _flatpakImplementation = Implementation{ |
| 1461 | std::move(_flatpakImplementation.checker) |
| 1462 | }; |
| 1463 | _activeLoader = nullptr; |
| 1464 | _action = Action::Waiting; |
| 1465 | } |
| 1466 | |
| 1467 | void Updater::start(bool forceWait) { |
| 1468 | if (cExeName().isEmpty()) { |
no test coverage detected