- Make sure items are not overwriten when drag 'n dropping items in RSS feed list

This commit is contained in:
Christophe Dumez 2009-08-24 04:01:26 +00:00
parent 8e2efc2950
commit a0923741a4
4 changed files with 19 additions and 0 deletions

View file

@ -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();