mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
- Force progress update in download list before calling sort function to make it more reliable
This commit is contained in:
@@ -75,7 +75,6 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
|
||||
void torrentAdded(QString path, QTorrentHandle& h, bool fastResume);
|
||||
void torrentDuplicate(QString path);
|
||||
void torrentCorrupted(QString path);
|
||||
void updateFileSizeAndProgress(QString hash);
|
||||
void portListeningFailure();
|
||||
void setRowColor(int row, QString color);
|
||||
void displayDownloadingUrlInfos(QString url);
|
||||
@@ -91,6 +90,7 @@ class DownloadingTorrents : public QWidget, public Ui::downloading{
|
||||
void setBottomTabEnabled(unsigned int index, bool b);
|
||||
void propertiesSelection();
|
||||
void sortProgressColumnDelayed();
|
||||
void updateFileSizeAndProgress(QString hash);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user