- Major rewrite of rss grouping code because I did not like my first approach. It is not complete yet but it is far more clean and stable

This commit is contained in:
Christophe Dumez 2009-08-23 12:22:19 +00:00
parent 725700420c
commit 48b14d1066
6 changed files with 251 additions and 288 deletions

View file

@ -76,11 +76,6 @@ protected slots:
public:
RSSImp(bittorrent *BTSession);
~RSSImp();
QTreeWidgetItem* getTreeItemFromUrl(QString url) const;
QString getCurrentFeedUrl() const;
QTreeWidgetItem* getItemFromPath(QStringList path) const;
QStringList getCurrentFeedPath() const;
RssFile::FileType getItemType(QTreeWidgetItem *item) const;
};