mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01:25 -07:00
Add pointer qualifications to auto
-typed variables
This commit is contained in:
parent
8c9b6e2f2d
commit
e408973ee6
27 changed files with 78 additions and 78 deletions
|
@ -1279,7 +1279,7 @@ void TorrentsController::removeCategoriesAction()
|
|||
|
||||
void TorrentsController::categoriesAction()
|
||||
{
|
||||
const auto session = BitTorrent::Session::instance();
|
||||
const auto *session = BitTorrent::Session::instance();
|
||||
|
||||
QJsonObject categories;
|
||||
const QStringList categoriesList = session->categories();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue