FEATURE: Global transfer information are displayed in the new Web UI status bar

This commit is contained in:
Christophe Dumez
2010-02-15 20:07:15 +00:00
parent f7a86b5484
commit f6bfacda2c
6 changed files with 53 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ 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();