mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-10 20:48:27 -04:00
Add group sorting feature
* Enabling sorting of groups and their children in ascending and descending direction
This commit is contained in:
parent
0c2d1bcc50
commit
09181fab13
15 changed files with 373 additions and 0 deletions
|
@ -45,6 +45,7 @@ private slots:
|
|||
void testIsRecycled();
|
||||
void testCopyDataFrom();
|
||||
void testEquals();
|
||||
void sortChildrenRecursively();
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_TESTGROUP_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue