MCPcopy Create free account
hub / github.com/Skycoder42/QtAutoUpdater / resetAnimationFile

Method resetAnimationFile

src/autoupdaterwidgets/updatebutton.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void 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
126void UpdateButton::setInstallMode(Updater::InstallMode installMode)
127{

Callers

nothing calls this directly

Calls 1

animationFileMethod · 0.95

Tested by

no test coverage detected