- Fixed a bug when deleting a torrent from finished list (just introduced)

This commit is contained in:
Christophe Dumez
2007-08-20 06:41:36 +00:00
parent c9925eddb6
commit a28160bcaa
3 changed files with 11 additions and 6 deletions

View File

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