mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
rss : work to improve algorithm & memory
implements some color
This commit is contained in:
parent
d5aea98f80
commit
2ce51400aa
3 changed files with 98 additions and 49 deletions
|
@ -21,7 +21,7 @@
|
|||
#ifndef __RSS_IMP_H__
|
||||
#define __RSS_IMP_H__
|
||||
|
||||
#define REFRESH_MAX_LATENCY 6000
|
||||
#define REFRESH_MAX_LATENCY 600000
|
||||
|
||||
#include <QTimer>
|
||||
#include "ui_rss.h"
|
||||
|
@ -46,7 +46,8 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
void renameStream();
|
||||
void refreshStream();
|
||||
void createStream();
|
||||
void updateStreamsName(const int&);
|
||||
void updateStreamName(const unsigned short&);
|
||||
void updateAllStreamsName();
|
||||
void refreshAllStreams();
|
||||
void refreshStreamList();
|
||||
void refreshNewsList();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue