mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
Convert iconCount() and expiredIconIndex() to constants.
This commit is contained in:
parent
e144f7c85a
commit
baa5a74ba0
7 changed files with 19 additions and 26 deletions
|
@ -193,7 +193,7 @@ void TestEntryModel::testDefaultIconModel()
|
|||
DefaultIconModel* model = new DefaultIconModel(this);
|
||||
ModelTest* modelTest = new ModelTest(model, this);
|
||||
|
||||
QCOMPARE(model->rowCount(), databaseIcons()->iconCount());
|
||||
QCOMPARE(model->rowCount(), DatabaseIcons::IconCount);
|
||||
|
||||
delete modelTest;
|
||||
delete model;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue