MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / SkipUpdate

Method SkipUpdate

_fervor/fvupdater.cpp:184–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184void FvUpdater::SkipUpdate()
185{
186 qDebug() << "Skip update";
187
188 FvAvailableUpdate* proposedUpdate = GetProposedUpdate();
189 if (! proposedUpdate) {
190 qWarning() << "Proposed update is NULL (shouldn't be at this point)";
191 return;
192 }
193
194 // Start ignoring this particular version
195 FVIgnoredVersions::IgnoreVersion(proposedUpdate->GetEnclosureVersion());
196
197 hideUpdaterWindow();
198 hideUpdateConfirmationDialog(); // if any; shouldn't be shown at this point, but who knows
199}
200
201void FvUpdater::RemindMeLater()
202{

Callers

nothing calls this directly

Calls 1

GetEnclosureVersionMethod · 0.80

Tested by

no test coverage detected