- Web UI: Display generation information in torrent properties

This commit is contained in:
Christophe Dumez
2009-11-24 08:53:14 +00:00
parent ce6f665a7b
commit e35d100769
8 changed files with 210 additions and 53 deletions

View File

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