- Implemented DeleteFromHardDrive & finishedList

This commit is contained in:
Christophe Dumez
2007-04-04 12:33:53 +00:00
parent 37027c0480
commit 6d0b550f5d
3 changed files with 53 additions and 13 deletions

View File

@@ -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);