mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
- Allow to delete permanently from WebUI
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user