mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Add const to almost all remaining vars and arguments that qualify
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user