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:
Felix Geyer 2011-07-09 21:54:01 +02:00
parent d4f02a78a7
commit 027362be76
11 changed files with 90 additions and 41 deletions

View file

@ -40,7 +40,10 @@ Entry::Entry()
Entry::~Entry()
{
// TODO notify group
if (m_group) {
m_group->removeEntry(this);
}
qDeleteAll(m_history);
}