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:
Diffstat (limited to 'tests/TestEntryModel.cpp')
-rw-r--r--tests/TestEntryModel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestEntryModel.cpp b/tests/TestEntryModel.cpp
index 26cb0dfec..5df4b9ed9 100644
--- a/tests/TestEntryModel.cpp
+++ b/tests/TestEntryModel.cpp
@@ -230,7 +230,7 @@ void TestEntryModel::testDefaultIconModel()
DefaultIconModel* model = new DefaultIconModel(this);
ModelTest* modelTest = new ModelTest(model, this);
- QCOMPARE(model->rowCount(), DatabaseIcons::IconCount);
+ QCOMPARE(model->rowCount(), databaseIcons()->count());
delete modelTest;
delete model;