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 HttpConnection : public QObject
void respondTrackersPropertiesJson(QString hash);
void respondFilesPropertiesJson(QString hash);
void respondPreferencesJson();
void respondGlobalTransferInfoJson();
void respondCommand(QString command);
void respondNotFound();
void processDownloadedFile(QString, QString);