- Display swarm information in download list too

This commit is contained in:
Christophe Dumez
2009-07-12 07:51:58 +00:00
parent bca898d8b6
commit ca83fdecff
6 changed files with 25 additions and 24 deletions

View File

@@ -37,7 +37,6 @@
class QStandardItemModel;
class bittorrent;
class FinishedListDelegate;
class QTimer;
using namespace libtorrent;
@@ -53,7 +52,6 @@ class FinishedTorrents : public QWidget, public Ui::seeding {
bool loadHiddenColumns();
void saveHiddenColumns();
QAction* getActionHoSCol(int index);
QTimer *scrapeTimer;
public:
FinishedTorrents(QObject *parent, bittorrent *BTSession);
@@ -85,7 +83,6 @@ class FinishedTorrents : public QWidget, public Ui::seeding {
void hideOrShowColumnPeers();
void hideOrShowColumnUpload();
void hideOrShowColumnRatio();
void scrapeTrackers();
void forceRecheck();
public slots: