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:
authorFelix Geyer <debfx@fobos.de>2012-05-10 15:59:54 +0400
committerFelix Geyer <debfx@fobos.de>2012-05-10 15:59:54 +0400
commit5a08e4619cf980396553a9417f515374336a8ed1 (patch)
tree4c7574691ed3ea4746928209a7826ad06b930f3f /tests/TestEntryModel.h
parent8204f2007aa7092994405b75f31c6efcd65c3f04 (diff)
Add icon model tests.
Diffstat (limited to 'tests/TestEntryModel.h')
-rw-r--r--tests/TestEntryModel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestEntryModel.h b/tests/TestEntryModel.h
index 908cbea2c..5173b9177 100644
--- a/tests/TestEntryModel.h
+++ b/tests/TestEntryModel.h
@@ -29,6 +29,8 @@ private Q_SLOTS:
void test();
void testAttachmentsModel();
void testAttributesModel();
+ void testDefaultIconModel();
+ void testCustomIconModel();
};
#endif // KEEPASSX_TESTENTRYMODEL_H