mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Fix error in last commit
This commit is contained in:
parent
a2067af4ea
commit
762962270c
@ -1864,7 +1864,6 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
|||||||
#ifdef Q_WS_WIN
|
#ifdef Q_WS_WIN
|
||||||
putenv("http_proxy=");
|
putenv("http_proxy=");
|
||||||
putenv("sock_proxy=");
|
putenv("sock_proxy=");
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
unsetenv("http_proxy");
|
unsetenv("http_proxy");
|
||||||
unsetenv("sock_proxy");
|
unsetenv("sock_proxy");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user