mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 16:07:21 +01:00
chore: fix minor clang-tidy warnings (#6275)
This commit is contained in:
@@ -29,9 +29,9 @@ public:
|
||||
static auto constexpr High = int{ 1 << 2 };
|
||||
|
||||
FileTreeItem(QString const& name = QString{}, int file_index = -1, uint64_t size = 0)
|
||||
: name_(name)
|
||||
, total_size_(size)
|
||||
, file_index_(file_index)
|
||||
: name_{ name }
|
||||
, total_size_{ size }
|
||||
, file_index_{ file_index }
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user