- RSS code remodeling to improve robustness

This commit is contained in:
Christophe Dumez 2009-08-22 03:00:31 +00:00
parent 2b53aa7e81
commit 9ca4e2f1f6
2 changed files with 20 additions and 23 deletions

View file

@ -44,7 +44,6 @@ class RSSImp : public QWidget, public Ui::RSS{
private:
RssManager *rssmanager;
QTimer *refreshTimeTimer;
QString selectedFeedUrl;
bittorrent *BTSession;
public slots:
@ -77,6 +76,7 @@ public:
RSSImp(bittorrent *BTSession);
~RSSImp();
QTreeWidgetItem* getTreeItemFromUrl(QString url) const;
QString getCurrentFeedUrl() const;
};
#endif