mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-21 07:50:37 -04:00
Add additional KDBX4 upgrade tests for composite key integrity
This commit is contained in:
parent
e6c19fdcb1
commit
199f0932bf
7 changed files with 125 additions and 13 deletions
|
@ -320,7 +320,12 @@ bool Database::verifyKey(const CompositeKey& key) const
|
|||
return (m_data.key.rawKey() == key.rawKey());
|
||||
}
|
||||
|
||||
QVariantMap Database::publicCustomData() const
|
||||
QVariantMap& Database::publicCustomData()
|
||||
{
|
||||
return m_data.publicCustomData;
|
||||
}
|
||||
|
||||
const QVariantMap& Database::publicCustomData() const
|
||||
{
|
||||
return m_data.publicCustomData;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue