mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Demote to helper function
Rename function
This commit is contained in:
parent
829e1399ca
commit
6cb2f05a6c
3 changed files with 5 additions and 10 deletions
|
@ -87,7 +87,7 @@ void Connection::read()
|
|||
|
||||
void Connection::sendResponse(const Response &response)
|
||||
{
|
||||
m_socket->write(ResponseGenerator::generate(response));
|
||||
m_socket->write(toByteArray(response));
|
||||
}
|
||||
|
||||
bool Connection::hasExpired(const qint64 timeout) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue