mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- RSS code remodeling to improve robustness
This commit is contained in:
parent
2b53aa7e81
commit
9ca4e2f1f6
2 changed files with 20 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue