mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-19 19:48:36 -04:00
Don't upgrade to KDBX 4 when CustomData are present only in meta data section, resolves #1565
This commit is contained in:
parent
2e8846ef8d
commit
0d4aff55bc
4 changed files with 36 additions and 17 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
|
||||
private:
|
||||
void raiseError(const QString& errorMessage);
|
||||
bool implicitUpgradeNeeded(Database const* db) const;
|
||||
|
||||
bool m_error = false;
|
||||
QString m_errorStr = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue