mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
committed by
GitHub
parent
f27f2c20e0
commit
10ee1ab7a2
@@ -434,7 +434,7 @@ void RSSWidget::editSelectedRSSFeedURL()
|
||||
QTreeWidgetItem *item = selectedItems.first();
|
||||
RSS::Feed *rssFeed = qobject_cast<RSS::Feed *>(m_feedListWidget->getRSSItem(item));
|
||||
Q_ASSERT(rssFeed);
|
||||
if (Q_UNLIKELY(!rssFeed))
|
||||
if (!rssFeed) [[unlikely]]
|
||||
return;
|
||||
|
||||
bool ok = false;
|
||||
|
||||
Reference in New Issue
Block a user