mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Improve "stats updated" signal handling in MainWindow class
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user