mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-24 08:43:29 -05:00
Make some Group methods private.
This commit is contained in:
parent
b4367a7ea1
commit
4dbdc4d847
13 changed files with 43 additions and 20 deletions
|
|
@ -20,7 +20,6 @@
|
|||
|
||||
#include "Group.h"
|
||||
|
||||
#include "Database.h"
|
||||
#include "DatabaseIcons.h"
|
||||
#include "Metadata.h"
|
||||
|
||||
|
|
@ -238,8 +237,6 @@ void Group::setParent(Database* db)
|
|||
recSetDatabase(db);
|
||||
|
||||
QObject::setParent(db);
|
||||
|
||||
db->setRootGroup(this);
|
||||
}
|
||||
|
||||
const Database* Group::database() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue