mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-05 21:48:51 -04:00
Add GroupModel and corresponding unit test.
This commit is contained in:
parent
9b0ba46b31
commit
072a8ccf1b
12 changed files with 922 additions and 8 deletions
|
@ -35,7 +35,7 @@ Group* Database::rootGroup()
|
|||
|
||||
void Database::setRootGroup(Group* group)
|
||||
{
|
||||
Q_ASSERT(group == 0 || group->parent() == this);
|
||||
Q_ASSERT(group == 0 || group->database() == this);
|
||||
m_rootGroup = group;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue