mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Use implicit sharing when getting categories from Session class
This commit is contained in:
parent
865394a59c
commit
e32ef7f5c5
4 changed files with 5 additions and 5 deletions
|
@ -201,7 +201,7 @@ namespace BitTorrent
|
|||
// returns category itself and all top level categories
|
||||
static QStringList expandCategory(const QString &category);
|
||||
|
||||
const QStringMap &categories() 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue