- Global Upload/Download rates can be set by clicking on the status bar values

This commit is contained in:
Christophe Dumez
2010-02-15 20:57:55 +00:00
parent f6bfacda2c
commit 13493e1afe
8 changed files with 177 additions and 55 deletions

View File

@@ -60,7 +60,6 @@ class HttpServer : public QTcpServer {
EventManager *eventManager() const;
QString generateNonce() const;
QHash<QString, int> client_failed_attempts;
Bittorrent *getBTSession() const { return BTSession; }
private slots:
void newHttpConnection();