mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Quite a few improvements in rss interface
This commit is contained in:
parent
325a588526
commit
d25776ddda
5 changed files with 55 additions and 44 deletions
|
@ -37,6 +37,7 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
|
||||
private:
|
||||
RssManager rssmanager;
|
||||
QTimer refreshTimeTimer;
|
||||
|
||||
protected slots:
|
||||
void on_addStream_button_clicked();
|
||||
|
@ -57,6 +58,7 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
void refreshNewsList();
|
||||
void refreshTextBrowser();
|
||||
short getNumStreamSelected();
|
||||
void updateLastRefreshedTimeForStreams();
|
||||
|
||||
public:
|
||||
RSSImp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue