Merge pull request #7490 from glassez/category-path

Allow to set explicit save path for Category from GUI
This commit is contained in:
Vladimir Golovnev
2017-09-29 14:25:40 +03:00
committed by GitHub
14 changed files with 363 additions and 84 deletions

View File

@@ -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);