mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Notify entry/group parent on deletion.
Also make the root group pseudo static, i.e. it shouldn't be changed after the database has been fully constructed.
This commit is contained in:
parent
d4f02a78a7
commit
027362be76
11 changed files with 90 additions and 41 deletions
|
@ -40,7 +40,10 @@ Entry::Entry()
|
|||
|
||||
Entry::~Entry()
|
||||
{
|
||||
// TODO notify group
|
||||
if (m_group) {
|
||||
m_group->removeEntry(this);
|
||||
}
|
||||
|
||||
qDeleteAll(m_history);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue