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 updaterThread();
bool downloadFile();
void update() override;
void update();
void parseFile();
void compareVersions();
void getResults(std::string& results);