mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-19 22:42:23 -05:00
Create config file deprecation mechanism & rename Details->Preview (#2371)
Rename UI elements involved with the bottom preview panel to use the terminology "entry preview panel" instead of "details view" or "preview panel". Change all associated variables, widgets, and classes to reference EntryPreviewPanel. Create Config::upgrade() function and deprecation mapping to help rename/remove previous config settings in a clean manner. Fixes #2327
This commit is contained in:
parent
4ff63c2bf5
commit
265325057a
13 changed files with 109 additions and 77 deletions
|
|
@ -47,6 +47,7 @@ private:
|
|||
Config(const QString& fileName, QObject* parent);
|
||||
explicit Config(QObject* parent);
|
||||
void init(const QString& fileName);
|
||||
void upgrade();
|
||||
|
||||
static Config* m_instance;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue