* @brief Sets whether the update is mandatory. * * When mandatory, the application will quit if the user declines the update. */
| 381 | * When mandatory, the application will quit if the user declines the update. |
| 382 | */ |
| 383 | void Updater::setMandatoryUpdate(const bool mandatory_update) |
| 384 | { |
| 385 | m_mandatoryUpdate = mandatory_update; |
| 386 | } |
| 387 | |
| 388 | /** |
| 389 | * @brief Sets the HTTP basic authentication username for downloads. |
no outgoing calls
no test coverage detected