mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 14:46:07 -04:00
Implement XML Writer (maybe even works!)
This commit is contained in:
parent
8d623f37ca
commit
2b939617bb
7 changed files with 416 additions and 0 deletions
|
@ -46,6 +46,16 @@ QImage Entry::icon() const
|
|||
return Database::icon(m_iconNumber);
|
||||
}
|
||||
|
||||
int Entry::iconNumber() const
|
||||
{
|
||||
return m_iconNumber;
|
||||
}
|
||||
|
||||
Uuid Entry::iconUuid() const
|
||||
{
|
||||
return m_customIcon;
|
||||
}
|
||||
|
||||
QColor Entry::foregroundColor() const
|
||||
{
|
||||
return m_foregroundColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue