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

@@ -98,13 +98,6 @@ namespace Bloom
InsightSignals* insightSignals = InsightSignals::instance();
/**
* 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();
void onInsightWindowActivated();
void onTargetStoppedEvent(const Events::TargetExecutionStopped& event);
void onTargetResumedEvent(const Events::TargetExecutionResumed& event);