mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Initialize member variables
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Net
|
||||
struct DownloadResult
|
||||
{
|
||||
QString url;
|
||||
DownloadStatus status;
|
||||
DownloadStatus status = DownloadStatus::Failed;
|
||||
QString errorString;
|
||||
QByteArray data;
|
||||
Path filePath;
|
||||
|
||||
Reference in New Issue
Block a user