mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Add const to almost all remaining vars and arguments that qualify
This commit is contained in:
parent
bb041c0eca
commit
70f1537d9f
35 changed files with 261 additions and 261 deletions
|
@ -30,7 +30,7 @@
|
|||
|
||||
using namespace Http;
|
||||
|
||||
void ResponseBuilder::status(uint code, const QString &text)
|
||||
void ResponseBuilder::status(const uint code, const QString &text)
|
||||
{
|
||||
m_response.status = ResponseStatus(code, text);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue