mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 07:32:29 -06:00
Remove unnecessary dynamic allocation
Also remove unneeded `if ()` conditional.
This commit is contained in:
@@ -66,7 +66,6 @@ namespace Net
|
||||
|
||||
private:
|
||||
void assignNetworkReply(QNetworkReply *reply);
|
||||
bool saveToFile(const QByteArray &replyData, QString &filePath);
|
||||
void handleRedirection(QUrl newUrl);
|
||||
|
||||
QNetworkReply *m_reply;
|
||||
|
||||
Reference in New Issue
Block a user