mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Initialize member m_apstate
This commit is contained in:
parent
954214c364
commit
ab6ccd9f5b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
#include "rssarticle.h"
|
#include "rssarticle.h"
|
||||||
#include "fs_utils.h"
|
#include "fs_utils.h"
|
||||||
|
|
||||||
RssDownloadRule::RssDownloadRule(): m_enabled(false), m_useRegex(false)
|
RssDownloadRule::RssDownloadRule(): m_enabled(false), m_useRegex(false), m_apstate(USE_GLOBAL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue