- Display trackers in torrent properties in Web UI

This commit is contained in:
Christophe Dumez
2009-11-24 11:14:02 +00:00
parent f04b19ddfa
commit 11a41a1652
10 changed files with 255 additions and 61 deletions

View File

@@ -57,6 +57,7 @@ class HttpConnection : public QObject
virtual void respond();
void respondJson();
void respondGenPropertiesJson(QString hash);
void respondTrackersPropertiesJson(QString hash);
void respondCommand(QString command);
void respondNotFound();
void processDownloadedFile(QString, QString);