mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
Fix error in last commit
This commit is contained in:
parent
a2067af4ea
commit
762962270c
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue