mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Cancel request when the version checker is destructed
This commit is contained in:
@@ -41,6 +41,8 @@ public:
|
||||
int patch;
|
||||
};
|
||||
|
||||
~VersionChecker();
|
||||
|
||||
void requestLatestVersion(const std::string& url);
|
||||
void cancel();
|
||||
bool hasLatestVersionInfo();
|
||||
|
||||
Reference in New Issue
Block a user