mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Merge pull request #7490 from glassez/category-path
Allow to set explicit save path for Category from GUI
This commit is contained in:
@@ -260,7 +260,7 @@ namespace BitTorrent
|
||||
// returns category itself and all top level categories
|
||||
static QStringList expandCategory(const QString &category);
|
||||
|
||||
QStringList categories() const;
|
||||
const QStringMap &categories() const;
|
||||
QString categorySavePath(const QString &categoryName) const;
|
||||
bool addCategory(const QString &name, const QString &savePath = "");
|
||||
bool editCategory(const QString &name, const QString &savePath);
|
||||
|
||||
Reference in New Issue
Block a user