mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
Program updater: More reliable version detection / comparison
This commit is contained in:
parent
78bb4104b0
commit
c0eb048fe2
2 changed files with 33 additions and 31 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue