mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Improve "stats updated" signal handling in MainWindow class
This commit is contained in:
parent
50e0b2ab15
commit
58fa5e004f
3 changed files with 29 additions and 20 deletions
|
@ -127,7 +127,8 @@ private slots:
|
|||
void displayRSSTab();
|
||||
void displayExecutionLogTab();
|
||||
void focusSearchFilter();
|
||||
void updateGUI();
|
||||
void reloadSessionStats();
|
||||
void reloadTorrentStats(const QVector<BitTorrent::TorrentHandle *> &torrents);
|
||||
void loadPreferences(bool configureSession = true);
|
||||
void addTorrentFailed(const QString &error) const;
|
||||
void torrentNew(BitTorrent::TorrentHandle *const torrent) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue