mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-02 06:36:07 -04:00
Minor changes to Group API to make it more explicit
* Include check for group as recycle bin directly into the Group::isRecycled() function * Return the original root group from Database::setRootGroup(...) to force memory management transfer
This commit is contained in:
parent
ee1268c518
commit
6f112b11e4
14 changed files with 46 additions and 70 deletions
|
@ -62,8 +62,7 @@ void TestAutoType::init()
|
|||
m_db = QSharedPointer<Database>::create();
|
||||
m_dbList.clear();
|
||||
m_dbList.append(m_db);
|
||||
m_group = new Group();
|
||||
m_db->setRootGroup(m_group);
|
||||
m_group = m_db->rootGroup();
|
||||
|
||||
AutoTypeAssociations::Association association;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue