mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Big code clean up
This commit is contained in:
parent
f53fe96191
commit
290932e128
33 changed files with 465 additions and 527 deletions
|
@ -39,7 +39,7 @@ class RssManager: public RssFolder {
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
RssManager(Bittorrent *BTSession);
|
||||
RssManager(QBtSession *BTSession);
|
||||
~RssManager();
|
||||
static void insertSortElem(QList<RssArticle*> &list, RssArticle *item);
|
||||
static QList<RssArticle*> sortNewsList(const QList<RssArticle*>& news_list);
|
||||
|
@ -59,7 +59,7 @@ signals:
|
|||
private:
|
||||
QTimer newsRefresher;
|
||||
unsigned int refreshInterval;
|
||||
Bittorrent *BTSession;
|
||||
QBtSession *BTSession;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue