MCPcopy Create free account
hub / github.com/IENT/YUView / autoUpdateCheck

Method autoUpdateCheck

YUViewLib/src/ui/Mainwindow.h:58–58  ·  view source on GitHub ↗

Check for a new update (if we do this automatically)

Source from the content-addressed store, hash-verified

56
57 // Check for a new update (if we do this automatically)
58 void autoUpdateCheck() { updater->startCheckForNewVersion(false, false); }
59 // The application was restarted with elevated rights. Force an update now.
60 // This is a NO-OP on platforms other than windows.
61 void forceUpdateElevated() { updater->forceUpdateElevated(); }

Callers 1

YUViewApplicationMethod · 0.80

Calls 1

Tested by

no test coverage detected