mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Removed an incorrect function override in ApplicationUpdater.
This commit is contained in:
parent
9404fe5d90
commit
e95ff8b4b9
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue