mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Add const to a few pointer arguments
This commit is contained in:
@@ -253,7 +253,7 @@ void Net::DownloadManager::applyProxySettings()
|
||||
m_networkManager.setProxy(proxy);
|
||||
}
|
||||
|
||||
void Net::DownloadManager::handleReplyFinished(QNetworkReply *reply)
|
||||
void Net::DownloadManager::handleReplyFinished(const QNetworkReply *reply)
|
||||
{
|
||||
const ServiceID id = ServiceID::fromURL(reply->url());
|
||||
const auto waitingJobsIter = m_waitingJobs.find(id);
|
||||
|
||||
Reference in New Issue
Block a user