mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -04:00
Add built-in icons.
This commit is contained in:
parent
b639c43b24
commit
567dd92d4c
88 changed files with 243 additions and 51 deletions
|
@ -48,15 +48,9 @@ Metadata* Database::metadata()
|
|||
return m_metadata;
|
||||
}
|
||||
|
||||
QImage Database::icon(int number)
|
||||
const Metadata* Database::metadata() const
|
||||
{
|
||||
// TODO implement
|
||||
return QImage();
|
||||
}
|
||||
|
||||
QImage Database::customIcon(const Uuid& uuid) const
|
||||
{
|
||||
return m_customIcons[uuid];
|
||||
return m_metadata;
|
||||
}
|
||||
|
||||
Entry* Database::resolveEntry(const Uuid& uuid)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue