mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Remove unnecessary dynamic allocation
Also remove unneeded `if ()` conditional.
This commit is contained in:
committed by
sledgehammer999
parent
d5430adaaa
commit
c21bd77be5
@@ -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