Vital
Loading...
Searching...
No Matches
UpdateCheckSection::VersionRequestThread Class Reference

A thread that requests version information from the server. More...

#include <update_check_section.h>

Inheritance diagram for UpdateCheckSection::VersionRequestThread:

Public Member Functions

 VersionRequestThread (UpdateCheckSection *ref)
 Constructs a VersionRequestThread.
 
void run () override
 Thread entry point. Calls checkUpdate() on the referenced UpdateCheckSection.
 

Detailed Description

A thread that requests version information from the server.

This thread allows the version check to happen asynchronously without blocking the UI.

Constructor & Destructor Documentation

◆ VersionRequestThread()

UpdateCheckSection::VersionRequestThread::VersionRequestThread ( UpdateCheckSection * ref)
inline

Constructs a VersionRequestThread.

Parameters
refPointer to the UpdateCheckSection that will process the result.

Member Function Documentation

◆ run()

void UpdateCheckSection::VersionRequestThread::run ( )
inlineoverride

Thread entry point. Calls checkUpdate() on the referenced UpdateCheckSection.


The documentation for this class was generated from the following file: