Add const to a few pointer arguments

This commit is contained in:
thalieht
2019-02-22 04:24:22 +02:00
parent ce437817de
commit 77aea3c59e
10 changed files with 12 additions and 12 deletions

View File

@@ -115,7 +115,7 @@ namespace Net
explicit DownloadManager(QObject *parent = nullptr);
void applyProxySettings();
void handleReplyFinished(QNetworkReply *reply);
void handleReplyFinished(const QNetworkReply *reply);
static DownloadManager *m_instance;
QNetworkAccessManager m_networkManager;