mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- Save restore columns state in transfer list
This commit is contained in:
parent
31eb902494
commit
e6465d784d
2 changed files with 111 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue