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>2012-04-25 02:22:55 +0400
committerFelix Geyer <debfx@fobos.de>2012-04-25 02:22:55 +0400
commitd3fbb291bd38366b2e03436a68c18bc62b437529 (patch)
tree10eb518514ed5e32622dc6687b9a82ff22b93bca /tests/TestGroupModel.cpp
parent9e0a6ad2d87b36440aea19b81654743c9e845ed3 (diff)
Support moving groups with drag and drop.
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 eea0f7f5a..5daf2a611 100644
--- a/tests/TestGroupModel.cpp
+++ b/tests/TestGroupModel.cpp
@@ -91,7 +91,7 @@ void TestGroupModel::test()
QSignalSpy spyMoved(model, SIGNAL(rowsMoved(QModelIndex,int,int,QModelIndex,int)));
Group* group2 = new Group();
- group1->setObjectName("group2");
+ group2->setObjectName("group2");
group2->setName("group2");
group2->setParent(groupRoot);
QModelIndex index2 = model->index(1, 0, indexRoot);