mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
parent
cd25562fd2
commit
4d480b8761
2 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ int TransferListSortModel::compare(const QModelIndex &left, const QModelIndex &r
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
Q_ASSERT_X(false, Q_FUNC_INFO, "Missing comparsion case");
|
Q_ASSERT_X(false, Q_FUNC_INFO, "Missing comparison case");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -154,7 +154,7 @@ class socksocket(socket.socket):
|
||||||
addr - The address of the server (IP or DNS).
|
addr - The address of the server (IP or DNS).
|
||||||
port - The port of the server. Defaults to 1080 for SOCKS
|
port - The port of the server. Defaults to 1080 for SOCKS
|
||||||
servers and 8080 for HTTP proxy servers.
|
servers and 8080 for HTTP proxy servers.
|
||||||
rdns - Should DNS queries be preformed on the remote side
|
rdns - Should DNS queries be performed on the remote side
|
||||||
(rather than the local side). The default is True.
|
(rather than the local side). The default is True.
|
||||||
Note: This has no effect with SOCKS4 servers.
|
Note: This has no effect with SOCKS4 servers.
|
||||||
username - Username to authenticate with to the server.
|
username - Username to authenticate with to the server.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue