Don't upgrade to KDBX 4 when CustomData are present only in meta data section, resolves #1565

This commit is contained in:
Janek Bevendorff 2018-02-28 23:02:45 +01:00
parent 2e8846ef8d
commit 0d4aff55bc
4 changed files with 36 additions and 17 deletions

View file

@ -42,6 +42,7 @@ public:
private:
void raiseError(const QString& errorMessage);
bool implicitUpgradeNeeded(Database const* db) const;
bool m_error = false;
QString m_errorStr = "";