mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-25 17:16:33 -05:00
Prevent deletion of custom icon if it is still used by other entries.
Refs #22
This commit is contained in:
parent
15fa09167b
commit
e4b6289c0b
5 changed files with 29 additions and 5 deletions
|
|
@ -359,7 +359,7 @@ const QList<Entry*>& Group::entries() const
|
|||
return m_entries;
|
||||
}
|
||||
|
||||
QList<Entry*> Group::entriesRecursive(bool includeHistoryItems)
|
||||
QList<Entry*> Group::entriesRecursive(bool includeHistoryItems) const
|
||||
{
|
||||
QList<Entry*> entryList;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue