mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Initialize struct member
This commit is contained in:
parent
b9e8cab1e5
commit
3739bcc270
1 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@ AddTorrentData::AddTorrentData()
|
|||
: resumed(false)
|
||||
, disableTempPath(false)
|
||||
, sequential(false)
|
||||
, firstLastPiecePriority(false)
|
||||
, hasSeedStatus(false)
|
||||
, skipChecking(false)
|
||||
, hasRootFolder(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue