mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Add a thin layer around SettingsStorage class
This new layer would be handy for saving GUI widget states as they don't need the value cached and they store/load rarely.
This commit is contained in:
parent
60d65d8137
commit
0b0597be0c
12 changed files with 122 additions and 92 deletions
|
@ -82,6 +82,6 @@ private:
|
|||
bool m_headerStateInitialized = false;
|
||||
|
||||
// Settings
|
||||
CachedSettingValue<QSize> m_storeDialogSize;
|
||||
CachedSettingValue<QByteArray> m_storeTreeHeaderState;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
SettingValue<QByteArray> m_storeTreeHeaderState;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue