mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-11 04:42:22 +00:00
- Fixed possible crash when moving a feed from one folder to another
This commit is contained in:
parent
fd81567ecd
commit
d02aca7323
@ -135,7 +135,7 @@ signals:
|
|||||||
|
|
||||||
protected slots:
|
protected slots:
|
||||||
void updateCurrentFeed(QTreeWidgetItem* new_item) {
|
void updateCurrentFeed(QTreeWidgetItem* new_item) {
|
||||||
if(getItemType(new_item) == RssFile::STREAM)
|
if(new_item && getItemType(new_item) == RssFile::STREAM)
|
||||||
current_feed = new_item;
|
current_feed = new_item;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user