mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-07 05:52:33 -04:00
some cppcheck and clang-tidy fixies
This commit is contained in:
parent
ac7face247
commit
98badfb4a2
9 changed files with 16 additions and 14 deletions
|
@ -1070,7 +1070,7 @@ void TestGroup::testHierarchy()
|
|||
QVERIFY(hierarchy.contains("group3"));
|
||||
|
||||
hierarchy = group3->hierarchy(0);
|
||||
QVERIFY(hierarchy.size() == 0);
|
||||
QVERIFY(hierarchy.isEmpty());
|
||||
|
||||
hierarchy = group3->hierarchy(1);
|
||||
QVERIFY(hierarchy.size() == 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue