mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Program updater: More reliable version detection / comparison
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