mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Store Qt6 table header states under a different key
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "base/settingvalue.h"
|
||||
|
||||
class CookiesModel;
|
||||
|
||||
namespace Ui
|
||||
@@ -55,4 +57,7 @@ private slots:
|
||||
private:
|
||||
Ui::CookiesDialog *m_ui;
|
||||
CookiesModel *m_cookiesModel;
|
||||
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
SettingValue<QByteArray> m_storeViewState;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user