mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Remove unnecessary dynamic allocation
Also remove unneeded `if ()` conditional.
This commit is contained in:
parent
56766dc08b
commit
517fc39950
2 changed files with 14 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue