mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
- Fixed torrents moving back from finished list to download list (without recheck)
This commit is contained in:
@@ -84,7 +84,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
|
||||
void forceRecheck();
|
||||
|
||||
public slots:
|
||||
void updateTorrent(QTorrentHandle h);
|
||||
bool updateTorrent(QTorrentHandle h);
|
||||
void pauseTorrent(QString hash);
|
||||
void resumeTorrent(QString hash);
|
||||
void deleteTorrent(QString hash);
|
||||
|
||||
Reference in New Issue
Block a user