mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Added back support for RSS download rules export
This commit is contained in:
@@ -57,6 +57,8 @@ public:
|
||||
void renameRule(const QString &old_name, const QString &new_name);
|
||||
RssDownloadRule getRule(const QString &name) const;
|
||||
inline QStringList ruleNames() const { return m_rules.keys(); }
|
||||
inline bool isEmpty() const { return m_rules.isEmpty(); }
|
||||
bool serialize(const QString& path);
|
||||
|
||||
private:
|
||||
void loadRulesFromStorage();
|
||||
|
||||
Reference in New Issue
Block a user