mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-24 14:40:53 -04:00
Implement Entry::image().
This commit is contained in:
parent
bd1ea05017
commit
01694c3271
7 changed files with 58 additions and 8 deletions
|
@ -50,7 +50,7 @@ QImage Database::icon(int number)
|
|||
return QImage();
|
||||
}
|
||||
|
||||
QImage Database::customIcon(const Uuid& uuid)
|
||||
QImage Database::customIcon(const Uuid& uuid) const
|
||||
{
|
||||
return m_customIcons[uuid];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue