mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Attempt to fix the sorting of the progress column on restart (anyone can confirm? my Qt4.3 is buggy and columns won't sort)
This commit is contained in:
parent
568b2ddf75
commit
ee4a4c81bf
3 changed files with 11 additions and 1 deletions
|
@ -82,6 +82,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
QLabel *connecStatusLblIcon;
|
||||
bool systrayIntegration;
|
||||
bool force_exit;
|
||||
bool delayedSorting;
|
||||
Qt::SortOrder delayedSortingOrder;
|
||||
// Preview
|
||||
previewSelect *previewSelection;
|
||||
QProcess *previewProcess;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue