mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Sonarcloud warnings 3 (#1498)
* chore: use ClassName:: for calling static methods * chore: prefer to initialize member data in the class initializer
This commit is contained in:
@@ -34,7 +34,6 @@ public:
|
||||
};
|
||||
/* *INDENT-ON* */
|
||||
|
||||
public:
|
||||
FileTreeItem(QString const& name = QString(), int file_index = -1, uint64_t size = 0) :
|
||||
name_(name),
|
||||
total_size_(size),
|
||||
|
||||
Reference in New Issue
Block a user