- Save restore columns state in transfer list

This commit is contained in:
Christophe Dumez 2009-11-08 09:14:54 +00:00
commit e6465d784d
2 changed files with 111 additions and 1 deletions

View file

@ -57,6 +57,10 @@ public:
protected:
int getRowFromHash(QString hash) const;
QString getHashFromRow(int row) const;
void saveColWidthList();
bool loadColWidthList();
void saveLastSortedColumn();
void loadLastSortedColumn();
protected slots:
void updateTorrent(int row);