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

Method setModuleVersion

lib/QSimpleUpdater/src/Updater.cpp:316–319  ·  view source on GitHub ↗

* @brief Changes the module @a version. * * @note The module version is used to compare the local and remote versions. * If empty, the application version will be used. */

Source from the content-addressed store, hash-verified

314 * If empty, the application version will be used.
315 */
316void Updater::setModuleVersion(const QString& version)
317{
318 m_moduleVersion = version;
319}
320
321/**
322 * @brief Enables or disables the integrated downloader.

Callers 1

checkForUpdatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected