mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Update torrent progress when its content changed (filtered files)
This commit is contained in:
parent
99a58b9208
commit
99530728c5
4 changed files with 7 additions and 4 deletions
|
@ -171,7 +171,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void portListeningFailure();
|
||||
void trackerAuthenticationRequired(torrent_handle& h);
|
||||
void setTabText(int index, QString text);
|
||||
void updateFileSize(QString hash);
|
||||
void updateFileSizeAndProgress(QString hash);
|
||||
void sortProgressColumnDelayed();
|
||||
void addUrlSeedError(QString url, QString msg);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue