mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-29 19:18:42 -07:00
Fix unitialized scalar fields
This commit is contained in:
parent
4965704b10
commit
c6ca877b72
2 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,7 @@ DownloadRule::DownloadRule()
|
|||
: m_enabled(false)
|
||||
, m_useRegex(false)
|
||||
, m_apstate(USE_GLOBAL)
|
||||
, m_ignoreDays(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue