- Implemented Start/Pause in finished list

This commit is contained in:
Christophe Dumez
2007-04-04 13:58:38 +00:00
parent a615038498
commit 775afd6ac2
2 changed files with 55 additions and 18 deletions

View File

@@ -52,8 +52,6 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
void showProperties(const QModelIndex &index);
void propertiesSelection();
void displayFinishedListMenu(const QPoint&);
protected slots:
void setRowColor(int row, const QString& color);
};