mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Support moving groups with drag and drop.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user