Convert iconCount() and expiredIconIndex() to constants.

This commit is contained in:
Felix Geyer 2012-06-29 15:22:43 +02:00
parent e144f7c85a
commit baa5a74ba0
7 changed files with 19 additions and 26 deletions

View file

@ -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;