mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
- 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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user