mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
A better fix for progress column sorting on restart (still untested, gtsoul please check)
This commit is contained in:
parent
ee4a4c81bf
commit
55538934e0
5 changed files with 46 additions and 6 deletions
|
@ -170,6 +170,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void trackerAuthenticationRequired(torrent_handle& h);
|
||||
void setTabText(int index, QString text);
|
||||
void updateFileSize(QString hash);
|
||||
void sortProgressColumnDelayed();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue