refactor: move "delete old update files" logic to Updates (#5535)
This commit is contained in:
@@ -31,6 +31,11 @@ public:
|
||||
|
||||
static bool isDowngradeOf(const QString &online, const QString ¤t);
|
||||
|
||||
/**
|
||||
* @brief Delete old files that belong to the update process
|
||||
*/
|
||||
void deleteOldFiles();
|
||||
|
||||
void checkForUpdates();
|
||||
const QString &getCurrentVersion() const;
|
||||
const QString &getOnlineVersion() const;
|
||||
|
||||
Reference in New Issue
Block a user