mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Program updater: More reliable version detection / comparison
(cherry picked from commit c0eb048fe2)
This commit is contained in:
@@ -47,8 +47,8 @@ public:
|
||||
void updateProgram();
|
||||
|
||||
protected:
|
||||
QString extractVersionNumber(QString title) const;
|
||||
bool isVersionMoreRecent(QString new_version) const;
|
||||
QString extractVersionNumber(const QString& title) const;
|
||||
bool isVersionMoreRecent(const QString& new_version) const;
|
||||
|
||||
protected slots:
|
||||
void rssDownloadFinished(QNetworkReply* reply);
|
||||
|
||||
Reference in New Issue
Block a user