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:
Christophe Dumez 2007-06-28 22:13:01 +00:00
parent 568b2ddf75
commit ee4a4c81bf
3 changed files with 11 additions and 1 deletions

View file

@ -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;