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