mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Make sure items are not overwriten when drag 'n dropping items in RSS feed list
This commit is contained in:
parent
8e2efc2950
commit
a0923741a4
4 changed files with 19 additions and 0 deletions
|
@ -459,6 +459,7 @@ public:
|
|||
QList<RssStream*> getAllFeeds() const;
|
||||
QString getName() const;
|
||||
QString getID() const { return name; }
|
||||
bool hasChild(QString ID) { return this->contains(ID); }
|
||||
|
||||
public slots:
|
||||
void refreshAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue