mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Coding style++
This commit is contained in:
parent
194a081bd7
commit
ef52e98ee6
6 changed files with 16 additions and 8 deletions
|
@ -40,10 +40,12 @@ QImage Entry::icon() const
|
|||
{
|
||||
Q_ASSERT(m_iconNumber != 0 || !m_customIcon.isNull());
|
||||
|
||||
if (m_iconNumber == 0)
|
||||
if (m_iconNumber == 0) {
|
||||
return m_db->customIcon(m_customIcon);
|
||||
else
|
||||
}
|
||||
else {
|
||||
return Database::icon(m_iconNumber);
|
||||
}
|
||||
}
|
||||
|
||||
int Entry::iconNumber() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue