1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

TrackerList: Remove unnecessary deletes from the destructor

This commit is contained in:
thalieht 2017-04-05 17:36:35 +03:00
parent 33979cb41c
commit 5d33399000

View File

@ -103,9 +103,6 @@ TrackerList::TrackerList(PropertiesWidget *properties)
TrackerList::~TrackerList() TrackerList::~TrackerList()
{ {
delete editHotkey;
delete deleteHotkey;
delete copyHotkey;
saveSettings(); saveSettings();
} }