Moved version number check to Application class

This commit is contained in:
Nav
2023-05-29 23:43:47 +01:00
parent 38989ae300
commit 2feccb7b6f
4 changed files with 43 additions and 44 deletions

View File

@@ -251,6 +251,13 @@ namespace Bloom
*/
void dispatchEvents();
/**
* Queries the Bloom server for the latest version number. If the current version number doesn't match the
* latest version number returned by the server, we'll display a warning in the logs to instruct the user to
* upgrade.
*/
void checkBloomVersion();
#ifndef EXCLUDE_INSIGHT
/**
* Activate the Insight GUI.