- Added magnet URI support to Web UI

This commit is contained in:
Christophe Dumez
2009-08-21 14:05:03 +00:00
parent 462f6c41cd
commit 25d998f1b5
7 changed files with 175 additions and 164 deletions

View File

@@ -68,6 +68,7 @@ class HttpConnection : public QObject
signals:
void UrlReadyToBeDownloaded(QString url);
void MagnetReadyToBeDownloaded(QString uri);
void torrentReadyToBeDownloaded(QString, bool, QString, bool);
void deleteTorrent(QString hash, bool permanently);
void resumeTorrent(QString hash);