mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Implement Import/Export RSS rules in legacy format
This commit is contained in:
committed by
sledgehammer999
parent
5cf4f00824
commit
52b2b807ab
@@ -73,6 +73,9 @@ namespace RSS
|
||||
bool renameRule(const QString &ruleName, const QString &newRuleName);
|
||||
void removeRule(const QString &ruleName);
|
||||
|
||||
QByteArray exportRulesToLegacyFormat() const;
|
||||
bool importRulesFromLegacyFormat(const QByteArray &data);
|
||||
|
||||
signals:
|
||||
void processingStateChanged(bool enabled);
|
||||
void ruleAdded(const QString &ruleName);
|
||||
|
||||
Reference in New Issue
Block a user