- Added Upload limit per torrent in finished list

This commit is contained in:
Christophe Dumez
2007-04-10 10:11:36 +00:00
parent 6428fd4ae0
commit e1660e592b
3 changed files with 23 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
void displayFinishedListMenu(const QPoint&);
void setRowColor(int row, const QString& color);
protected slots:
void on_actionSet_upload_limit_triggered();
};
#endif