mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Make some Group methods private.
This commit is contained in:
parent
b4367a7ea1
commit
4dbdc4d847
13 changed files with 43 additions and 20 deletions
|
@ -35,7 +35,7 @@ void TestGroupModel::test()
|
|||
Database* db = new Database();
|
||||
|
||||
Group* groupRoot = new Group();
|
||||
groupRoot->setParent(db);
|
||||
db->setRootGroup(groupRoot);
|
||||
groupRoot->setName("groupRoot");
|
||||
|
||||
Group* group1 = new Group();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue