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