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:
@@ -135,7 +135,7 @@ void Net::DownloadHandler::processFinishedDownload()
|
||||
this->deleteLater();
|
||||
}
|
||||
|
||||
void Net::DownloadHandler::checkDownloadSize(qint64 bytesReceived, qint64 bytesTotal)
|
||||
void Net::DownloadHandler::checkDownloadSize(const qint64 bytesReceived, const qint64 bytesTotal)
|
||||
{
|
||||
QString msg = tr("The file size is %1. It exceeds the download limit of %2.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user