mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 08:02:30 -06:00
RSS: Remove last singleton
This commit is contained in:
@@ -42,13 +42,8 @@ class RssDownloadRuleList
|
||||
{
|
||||
Q_DISABLE_COPY(RssDownloadRuleList)
|
||||
|
||||
private:
|
||||
explicit RssDownloadRuleList();
|
||||
static RssDownloadRuleList* m_instance;
|
||||
|
||||
public:
|
||||
static RssDownloadRuleList* instance();
|
||||
static void drop();
|
||||
RssDownloadRuleList();
|
||||
RssDownloadRulePtr findMatchingRule(const QString &feed_url, const QString &article_title) const;
|
||||
// Operators
|
||||
void saveRule(const RssDownloadRulePtr &rule);
|
||||
|
||||
Reference in New Issue
Block a user