- Allow to delete permanently from WebUI

This commit is contained in:
Christophe Dumez
2008-12-28 21:12:49 +00:00
parent 028041f874
commit 1544300616
5 changed files with 25 additions and 4 deletions

View File

@@ -59,7 +59,7 @@ class HttpConnection : public QObject
signals:
void UrlReadyToBeDownloaded(QString url);
void torrentReadyToBeDownloaded(QString, bool, QString, bool);
void deleteTorrent(QString hash);
void deleteTorrent(QString hash, bool permanently);
void resumeTorrent(QString hash);
void pauseTorrent(QString hash);
void resumeAllTorrents();