mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixed typo and redesigned rss code a little
This commit is contained in:
parent
bfe7010350
commit
4a57037c47
2 changed files with 12 additions and 9 deletions
|
@ -35,9 +35,6 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
|
||||
private:
|
||||
RssManager rssmanager;
|
||||
void refreshStreamList();
|
||||
void refreshNewsList();
|
||||
void refreshTextBrowser();
|
||||
QTimer* timer;
|
||||
QTime lastRefresh;
|
||||
|
||||
|
@ -53,8 +50,11 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
void renameStream();
|
||||
void refreshStream();
|
||||
void createStream();
|
||||
void refreshAllStream();
|
||||
void updateStreamNbNews();
|
||||
void refreshAllStreams();
|
||||
void refreshStreamList();
|
||||
void refreshNewsList();
|
||||
void refreshTextBrowser();
|
||||
|
||||
public:
|
||||
RSSImp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue