mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-27 18:10:31 -05:00
parent
c36481edae
commit
de4b90cdf1
6 changed files with 62 additions and 0 deletions
|
|
@ -161,6 +161,11 @@ QImage Metadata::customIcon(const Uuid& uuid) const
|
|||
return m_customIcons.value(uuid);
|
||||
}
|
||||
|
||||
bool Metadata::containsCustomIcon(const Uuid& uuid) const
|
||||
{
|
||||
return m_customIcons.contains(uuid);
|
||||
}
|
||||
|
||||
QHash<Uuid, QImage> Metadata::customIcons() const
|
||||
{
|
||||
return m_customIcons;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue