mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Display swarm information in download list too
This commit is contained in:
parent
bca898d8b6
commit
ca83fdecff
6 changed files with 25 additions and 24 deletions
|
@ -70,6 +70,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
// Bittorrent
|
||||
bittorrent *BTSession;
|
||||
QTimer *checkConnect;
|
||||
QTimer *scrapeTimer;
|
||||
QList<QPair<QTorrentHandle,QString> > unauthenticated_trackers;
|
||||
// GUI related
|
||||
QTabWidget *tabs;
|
||||
|
@ -177,6 +178,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
bool initWebUi(QString username, QString password, int port);
|
||||
void on_actionIncreasePriority_triggered();
|
||||
void on_actionDecreasePriority_triggered();
|
||||
void scrapeTrackers();
|
||||
// Options slots
|
||||
void on_actionOptions_triggered();
|
||||
void OptionsSaved(bool deleteOptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue