mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Merge branch 'release/2.6.2' into develop
This commit is contained in:
commit
0c5dd1556a
43 changed files with 291 additions and 469 deletions
|
@ -36,6 +36,8 @@ const int Entry::ResolveMaximumDepth = 10;
|
|||
const QString Entry::AutoTypeSequenceUsername = "{USERNAME}{ENTER}";
|
||||
const QString Entry::AutoTypeSequencePassword = "{PASSWORD}{ENTER}";
|
||||
|
||||
Entry::CloneFlags Entry::DefaultCloneFlags = Entry::CloneNewUuid | Entry::CloneResetTimeInfo;
|
||||
|
||||
Entry::Entry()
|
||||
: m_attributes(new EntryAttributes(this))
|
||||
, m_attachments(new EntryAttachments(this))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue