mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Use a capital "B" for Bittorrent class
This commit is contained in:
@@ -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();
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user