mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Make some Group methods private.
This commit is contained in:
parent
b4367a7ea1
commit
4dbdc4d847
13 changed files with 43 additions and 20 deletions
|
@ -55,6 +55,7 @@ QIcon Entry::icon() const
|
|||
return DatabaseIcons::icon(m_iconNumber);
|
||||
}
|
||||
else {
|
||||
// TODO check if m_db is 0
|
||||
return m_db->metadata()->customIcon(m_customIcon);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue