mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-06 22:19:00 -04:00
Add signal for changes in Group.
This commit is contained in:
parent
bfb75da123
commit
e28ed4891b
10 changed files with 94 additions and 22 deletions
|
@ -33,6 +33,11 @@ Group* Database::rootGroup()
|
|||
return m_rootGroup;
|
||||
}
|
||||
|
||||
const Group* Database::rootGroup() const
|
||||
{
|
||||
return m_rootGroup;
|
||||
}
|
||||
|
||||
void Database::setRootGroup(Group* group)
|
||||
{
|
||||
Q_ASSERT(group == 0 || group->database() == this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue