- Started work on program preferences in Web UI

This commit is contained in:
Christophe Dumez
2009-11-26 08:10:23 +00:00
parent 52ac94cc73
commit 9a16a9d11b
8 changed files with 121 additions and 14 deletions

View File

@@ -59,6 +59,7 @@ class HttpConnection : public QObject
void respondGenPropertiesJson(QString hash);
void respondTrackersPropertiesJson(QString hash);
void respondFilesPropertiesJson(QString hash);
void respondPreferencesJson();
void respondCommand(QString command);
void respondNotFound();
void processDownloadedFile(QString, QString);