mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
WINDOWS: Fix automatic python download. Commit 0799dc2 broke this. Closes #2076.
This commit is contained in:
parent
575125485e
commit
5d79fcdafd
@ -155,6 +155,8 @@ private:
|
|||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
bool addPythonPathToEnv();
|
bool addPythonPathToEnv();
|
||||||
void installPython();
|
void installPython();
|
||||||
|
|
||||||
|
private slots:
|
||||||
void pythonDownloadSuccess(QString url, QString file_path);
|
void pythonDownloadSuccess(QString url, QString file_path);
|
||||||
void pythonDownloadFailure(QString url, QString error);
|
void pythonDownloadFailure(QString url, QString error);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user