Implement TorrentCategoryDialog class

This commit is contained in:
Vladimir Golovnev (Glassez)
2017-09-24 14:54:42 +03:00
parent 8c58a69be6
commit 3ec992474d
14 changed files with 346 additions and 71 deletions

View File

@@ -251,7 +251,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);