mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Use a capital "B" for Bittorrent class
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include <QTcpServer>
|
||||
#include <QByteArray>
|
||||
|
||||
class bittorrent;
|
||||
class Bittorrent;
|
||||
class QTimer;
|
||||
class EventManager;
|
||||
|
||||
@@ -46,12 +46,12 @@ class HttpServer : public QTcpServer
|
||||
|
||||
private:
|
||||
QByteArray base64;
|
||||
bittorrent *BTSession;
|
||||
Bittorrent *BTSession;
|
||||
EventManager *manager;
|
||||
QTimer *timer;
|
||||
|
||||
public:
|
||||
HttpServer(bittorrent *BTSession, int msec, QObject* parent = 0);
|
||||
HttpServer(Bittorrent *BTSession, int msec, QObject* parent = 0);
|
||||
~HttpServer();
|
||||
void setAuthorization(QString username, QString password);
|
||||
bool isAuthorized(QByteArray auth) const;
|
||||
|
||||
Reference in New Issue
Block a user