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

Method setNotifyOnFinish

lib/QSimpleUpdater/src/Updater.cpp:295–298  ·  view source on GitHub ↗

* @brief Sets whether to notify the user when checking for updates finishes. */

Source from the content-addressed store, hash-verified

293 * @brief Sets whether to notify the user when checking for updates finishes.
294 */
295void 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

Callers 2

checkForUpdatesMethod · 0.45
configureUpdaterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected