mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Fix possible crash with Qt 4.4
This commit is contained in:
parent
537c73d548
commit
c287879e55
2 changed files with 7 additions and 5 deletions
|
@ -427,6 +427,7 @@ void RSSImp::refreshNewsList(QTreeWidgetItem* item) {
|
|||
}
|
||||
|
||||
RssFile *rss_item = listStreams->getRSSItem(item);
|
||||
if(!rss_item) return;
|
||||
|
||||
qDebug("Getting the list of news");
|
||||
QList<RssItem*> news;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue