| 116 | } |
| 117 | |
| 118 | void UpdateButton::resetAnimationFile() |
| 119 | { |
| 120 | Q_D(UpdateButton); |
| 121 | d->loadingGif->setFileName(QStringLiteral(":/QtAutoUpdater/icons/updateRunning.gif")); |
| 122 | d->loadingGif->setSpeed(200); |
| 123 | emit animationFileChanged(this->animationFile(), {}); |
| 124 | } |
| 125 | |
| 126 | void UpdateButton::setInstallMode(Updater::InstallMode installMode) |
| 127 | { |
nothing calls this directly
no test coverage detected