mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
- Fixed a bug when deleting a torrent from finished list (just introduced)
This commit is contained in:
@@ -53,7 +53,7 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
|
||||
public slots:
|
||||
void addFinishedTorrent(QString hash);
|
||||
void updateFinishedList();
|
||||
void deleteFromFinishedList(QString hash);
|
||||
void deleteFromFinishedList(QString hash, bool switchTab=false);
|
||||
void showProperties(const QModelIndex &index);
|
||||
void propertiesSelection();
|
||||
void displayFinishedListMenu(const QPoint&);
|
||||
|
||||
Reference in New Issue
Block a user