* @brief Sets whether to notify the user when checking for updates finishes. */
| 293 | * @brief Sets whether to notify the user when checking for updates finishes. |
| 294 | */ |
| 295 | void Updater::setNotifyOnFinish(const bool notify) |
| 296 | { |
| 297 | m_notifyOnFinish = notify; |
| 298 | } |
| 299 | |
| 300 | /** |
| 301 | * @brief Changes the user-agent string used to identify the client application |
no outgoing calls
no test coverage detected