* @brief Sets whether to notify the user when an update is available. */
| 285 | * @brief Sets whether to notify the user when an update is available. |
| 286 | */ |
| 287 | void Updater::setNotifyOnUpdate(const bool notify) |
| 288 | { |
| 289 | m_notifyOnUpdate = notify; |
| 290 | } |
| 291 | |
| 292 | /** |
| 293 | * @brief Sets whether to notify the user when checking for updates finishes. |
no outgoing calls
no test coverage detected