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:
authorasapelkin <asapelkin0x01@ya.ru>2019-10-31 23:44:40 +0300
committerJonathan White <support@dmapps.us>2019-11-02 05:53:28 +0300
commit98badfb4a2e69df7666839d097c577d6df13a9ed (patch)
tree652b4ca87a0c6c998124db3e6eda0b2cd66c4093 /tests/TestGroup.cpp
parentac7face247723d8c258d36e7f769f293aa9be3f2 (diff)
some cppcheck and clang-tidy fixies
Diffstat (limited to 'tests/TestGroup.cpp')
-rw-r--r--tests/TestGroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestGroup.cpp b/tests/TestGroup.cpp
index ae9c59894..9fc39dc64 100644
--- a/tests/TestGroup.cpp
+++ b/tests/TestGroup.cpp
@@ -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);