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