mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Use a capital "B" for Bittorrent class
This commit is contained in:
parent
262b88930e
commit
4ee47ce2b8
24 changed files with 143 additions and 143 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "ui_rss.h"
|
||||
#include "rss.h"
|
||||
|
||||
class bittorrent;
|
||||
class Bittorrent;
|
||||
class FeedList;
|
||||
class QTreeWidgetItem;
|
||||
|
||||
|
@ -46,7 +46,7 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||
|
||||
private:
|
||||
RssManager *rssmanager;
|
||||
bittorrent *BTSession;
|
||||
Bittorrent *BTSession;
|
||||
FeedList *listStreams;
|
||||
QTreeWidgetItem* previous_news;
|
||||
|
||||
|
@ -81,7 +81,7 @@ protected slots:
|
|||
void displayOverwriteError(QString filename);
|
||||
|
||||
public:
|
||||
RSSImp(bittorrent *BTSession);
|
||||
RSSImp(Bittorrent *BTSession);
|
||||
~RSSImp();
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue