mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Implement Entry::image().
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user