mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Add pointer qualifications to auto-typed variables
This commit is contained in:
@@ -437,7 +437,7 @@ void TrackerListWidget::openAddTrackersDialog()
|
||||
if (!torrent)
|
||||
return;
|
||||
|
||||
const auto dialog = new TrackersAdditionDialog(this, torrent);
|
||||
auto *dialog = new TrackersAdditionDialog(this, torrent);
|
||||
dialog->setAttribute(Qt::WA_DeleteOnClose);
|
||||
dialog->open();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user