mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-01 00:30:17 -05:00
Refactor DetailsWidget
This commit is contained in:
parent
3ba42ee32e
commit
6007e0de71
9 changed files with 872 additions and 739 deletions
|
|
@ -48,7 +48,7 @@ bool EntryAttributes::hasKey(const QString& key) const
|
|||
return m_attributes.contains(key);
|
||||
}
|
||||
|
||||
QList<QString> EntryAttributes::customKeys()
|
||||
QList<QString> EntryAttributes::customKeys() const
|
||||
{
|
||||
QList<QString> customKeys;
|
||||
const QList<QString> keyList = keys();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue