- Added back the super seeding feature which got lost during transfer lists merging (It is untested yet, I'll do that later).

This commit is contained in:
Christophe Dumez
2009-11-18 11:04:19 +00:00
parent 79e139268a
commit db92ffaf92
2 changed files with 45 additions and 1 deletions

View File

@@ -77,6 +77,9 @@ protected slots:
void currentChanged(const QModelIndex& current, const QModelIndex&);
void pauseTorrent(QTorrentHandle &h);
void resumeTorrent(QTorrentHandle &h);
#ifdef LIBTORRENT_0_15
void toggleSelectedTorrentsSuperSeeding();
#endif
//void setRowColor(int row, QColor color);
public slots: