mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-26 15:41:02 -04:00
Initalize protect switch variables.
This commit is contained in:
parent
6d4561bc57
commit
1d6e106aee
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue