mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
chore: fix minor clang-tidy warnings (#6275)
This commit is contained in:
@@ -61,8 +61,8 @@ private:
|
||||
};
|
||||
|
||||
TorrentView::TorrentView(QWidget* parent)
|
||||
: QListView(parent)
|
||||
, header_widget_(new HeaderWidget(this))
|
||||
: QListView{ parent }
|
||||
, header_widget_{ new HeaderWidget{ this } }
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user