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

Method setUseCustomAppcast

lib/QSimpleUpdater/src/Updater.cpp:362–365  ·  view source on GitHub ↗

* @brief Enables or disables custom appcast interpretation. * * When enabled, the Updater will not parse the server response. Instead, it * emits the @c appcastDownloaded() signal so the application can interpret * the data itself. */

Source from the content-addressed store, hash-verified

360 * the data itself.
361 */
362void Updater::setUseCustomAppcast(const bool customAppcast)
363{
364 m_customAppcast = customAppcast;
365}
366
367/**
368 * @brief Enables or disables custom install procedures.

Callers 1

checkForUpdatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected