mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
TransferListWidget: Remove unnecessary deletes from the destructor
This commit is contained in:
parent
e82a1522c8
commit
33979cb41c
1 changed files with 0 additions and 2 deletions
|
@ -172,8 +172,6 @@ TransferListWidget::~TransferListWidget()
|
||||||
delete nameFilterModel;
|
delete nameFilterModel;
|
||||||
delete listModel;
|
delete listModel;
|
||||||
delete listDelegate;
|
delete listDelegate;
|
||||||
delete editHotkey;
|
|
||||||
delete deleteHotkey;
|
|
||||||
qDebug() << Q_FUNC_INFO << "EXIT";
|
qDebug() << Q_FUNC_INFO << "EXIT";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue