mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 16:12:30 -06:00
Add create subfolder option to RSS auto-download rules
This commit is contained in:
@@ -79,6 +79,8 @@ namespace RSS
|
||||
void setSavePath(const QString &savePath);
|
||||
TriStateBool addPaused() const;
|
||||
void setAddPaused(const TriStateBool &addPaused);
|
||||
TriStateBool createSubfolder() const;
|
||||
void setCreateSubfolder(const TriStateBool &createSubfolder);
|
||||
QString assignedCategory() const;
|
||||
void setCategory(const QString &category);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user