mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
check new version will look at bitbucket (google code downloads have been deprecated)
This commit is contained in:
parent
41b1c357b5
commit
a2ec088e6f
@ -10,7 +10,7 @@
|
||||
#include <QNetworkRequest>
|
||||
#include <QNetworkReply>
|
||||
|
||||
#define PREVIOUS_VERSION "5.0.0"
|
||||
#define PREVIOUS_VERSION "6.0.0"
|
||||
|
||||
HttpVersionChecker::HttpVersionChecker()
|
||||
:QThread()
|
||||
@ -43,7 +43,7 @@ void HttpVersionChecker::run()
|
||||
connect(&tT, SIGNAL(timeout()), &q, SLOT(quit()));
|
||||
connect(&manager, SIGNAL(finished(QNetworkReply*)),&q, SLOT(quit()));
|
||||
QNetworkReply *reply = manager.get(QNetworkRequest(
|
||||
QUrl("http://code.google.com/p/yacreader/downloads/list")));
|
||||
QUrl("https://bitbucket.org/luisangelsm/yacreader/wiki/Home")));
|
||||
|
||||
tT.start(5000); // 5s timeout
|
||||
q.exec();
|
||||
|
Loading…
x
Reference in New Issue
Block a user