Removed an incorrect function override in ApplicationUpdater.

This commit is contained in:
Leon Styhre 2023-02-18 13:20:36 +01:00
parent 9404fe5d90
commit e95ff8b4b9

View file

@ -27,7 +27,7 @@ public:
void checkForUpdates(); void checkForUpdates();
void updaterThread(); void updaterThread();
bool downloadFile(); bool downloadFile();
void update() override; void update();
void parseFile(); void parseFile();
void compareVersions(); void compareVersions();
void getResults(std::string& results); void getResults(std::string& results);