1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Initialize member m_apstate

This commit is contained in:
Chocobo1 2015-03-14 14:45:13 +08:00
parent 954214c364
commit ab6ccd9f5b

View File

@ -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)
{ {
} }