mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Update Python installer URL
This commit is contained in:
parent
d988b0df9c
commit
63feffd985
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ void SearchEngine::installPython() {
|
|||
DownloadThread *pydownloader = new DownloadThread(this);
|
||||
connect(pydownloader, SIGNAL(downloadFinished(QString,QString)), this, SLOT(pythonDownloadSuccess(QString,QString)));
|
||||
connect(pydownloader, SIGNAL(downloadFailure(QString,QString)), this, SLOT(pythonDownloadFailure(QString,QString)));
|
||||
pydownloader->downloadUrl("http://python.org/ftp/python/2.6.5/python-2.6.5.msi");
|
||||
pydownloader->downloadUrl("http://python.org/ftp/python/2.7.1/python-2.7.1.msi");
|
||||
}
|
||||
|
||||
void SearchEngine::pythonDownloadSuccess(QString url, QString file_path) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue