mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Rely on Qt ownership to delete class members
This commit is contained in:
parent
7071c5bda0
commit
e74b984a0a
9 changed files with 9 additions and 42 deletions
|
@ -71,11 +71,6 @@ FeedListWidget::FeedListWidget(QWidget *parent)
|
|||
// setCurrentItem(m_unreadStickyItem);
|
||||
}
|
||||
|
||||
FeedListWidget::~FeedListWidget()
|
||||
{
|
||||
delete m_unreadStickyItem;
|
||||
}
|
||||
|
||||
void FeedListWidget::handleItemAdded(RSS::Item *rssItem)
|
||||
{
|
||||
auto parentItem = m_rssToTreeItemMapping.value(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue