Check for a new update (if we do this automatically)
| 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(); } |
no test coverage detected