mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-07 03:25:29 -05:00
Merged keepassx-http.
This commit is contained in:
commit
73f91db939
114 changed files with 21277 additions and 199 deletions
|
|
@ -52,6 +52,11 @@ QString EntryAttributes::value(const QString& key) const
|
|||
return m_attributes.value(key);
|
||||
}
|
||||
|
||||
bool EntryAttributes::contains(const QString &key) const
|
||||
{
|
||||
return m_attributes.contains(key);
|
||||
}
|
||||
|
||||
bool EntryAttributes::isProtected(const QString& key) const
|
||||
{
|
||||
return m_protectedAttributes.contains(key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue