mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Implemented DeleteFromHardDrive & finishedList
This commit is contained in:
@@ -47,6 +47,8 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
|
||||
void addFinishedSHA(QString sha);
|
||||
void updateFinishedList();
|
||||
void deleteFromFinishedList(QString hash);
|
||||
QTreeView* getFinishedList();
|
||||
QStandardItemModel* getFinishedListModel();
|
||||
|
||||
protected slots:
|
||||
void setRowColor(int row, const QString& color);
|
||||
|
||||
Reference in New Issue
Block a user