mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -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
|
@ -585,7 +585,7 @@ QStringList Session::expandCategory(const QString &category)
|
|||
return result;
|
||||
}
|
||||
|
||||
const QStringMap &Session::categories() const
|
||||
QStringMap Session::categories() const
|
||||
{
|
||||
return m_categories;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue