mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
- Save restore columns state in transfer list
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user