* @brief Changes the @a url of the update definitions file. */
| 266 | * @brief Changes the @a url of the update definitions file. |
| 267 | */ |
| 268 | void Updater::setUrl(const QString& url) |
| 269 | { |
| 270 | m_url = url; |
| 271 | } |
| 272 | |
| 273 | /** |
| 274 | * @brief Changes the module @a name. |