MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setNotifyOnUpdate

Method setNotifyOnUpdate

lib/QSimpleUpdater/src/Updater.cpp:287–290  ·  view source on GitHub ↗

* @brief Sets whether to notify the user when an update is available. */

Source from the content-addressed store, hash-verified

285 * @brief Sets whether to notify the user when an update is available.
286 */
287void 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.

Callers 2

checkForUpdatesMethod · 0.45
configureUpdaterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected