|
Vital
|
A thread that requests version information from the server. More...
#include <update_check_section.h>
Public Member Functions | |
| VersionRequestThread (UpdateCheckSection *ref) | |
| Constructs a VersionRequestThread. | |
| void | run () override |
| Thread entry point. Calls checkUpdate() on the referenced UpdateCheckSection. | |
A thread that requests version information from the server.
This thread allows the version check to happen asynchronously without blocking the UI.
|
inline |
Constructs a VersionRequestThread.
| ref | Pointer to the UpdateCheckSection that will process the result. |
|
inlineoverride |
Thread entry point. Calls checkUpdate() on the referenced UpdateCheckSection.