Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2011-07-08 15:57:02 +0400
committerFelix Geyer <debfx@fobos.de>2011-07-08 15:57:02 +0400
commit4dbdc4d847709e7ad24565991e634db70c4f878f (patch)
treeb921eaed40a541cd2117578bbf6ffe2dbd469668 /tests/TestGroupModel.cpp
parentb4367a7ea1f0ba8f96429147167e7ce741566054 (diff)
Make some Group methods private.
Diffstat (limited to 'tests/TestGroupModel.cpp')
-rw-r--r--tests/TestGroupModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestGroupModel.cpp b/tests/TestGroupModel.cpp
index 51c181f2b..96e2317fd 100644
--- a/tests/TestGroupModel.cpp
+++ b/tests/TestGroupModel.cpp
@@ -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();