mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Initalize more member variables.
This commit is contained in:
parent
afb285a476
commit
a1bfb1f319
5 changed files with 16 additions and 9 deletions
|
@ -29,7 +29,9 @@ Entry::Entry()
|
|||
m_group = 0;
|
||||
m_db = 0;
|
||||
|
||||
m_iconNumber = 0; // TODO change?
|
||||
m_iconNumber = 0;
|
||||
m_autoTypeEnabled = true;
|
||||
m_autoTypeObfuscation = 0;
|
||||
|
||||
Q_FOREACH (const QString& key, m_defaultAttibutes) {
|
||||
addAttribute(key, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue