A better fix for progress column sorting on restart (still untested, gtsoul please check)

This commit is contained in:
Christophe Dumez 2007-06-28 22:58:43 +00:00
parent ee4a4c81bf
commit 55538934e0
5 changed files with 46 additions and 6 deletions

View file

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