mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-26 22:36:59 -05:00
Initalize protect switch variables.
This commit is contained in:
parent
6d4561bc57
commit
1d6e106aee
@ -36,6 +36,14 @@ Metadata::Metadata(Database* parent)
|
||||
m_recycleBinChanged = now;
|
||||
m_entryTemplatesGroupChanged = now;
|
||||
m_masterKeyChanged = now;
|
||||
|
||||
m_protectTitle = false;
|
||||
m_protectUsername = false;
|
||||
m_protectPassword = true;
|
||||
m_protectUrl = false;
|
||||
m_protectNotes = false;
|
||||
|
||||
// TODO initalize all members
|
||||
}
|
||||
|
||||
QString Metadata::generator() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user