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-04-14 17:41:57 +0400
committerFelix Geyer <debfx@fobos.de>2012-04-14 17:41:57 +0400
commit2b16648370aa6f205bb8d1b786bfb6325c5e9b46 (patch)
tree0d3e0bea3939c62db7eb43bf1a14a0f0087db8db /tests/TestEntryModel.h
parentd4a94a89963d08cc1f2cd7528e6d05faa443729f (diff)
Add EntryAttachmentsModel and EntryAttributesModel.
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 bd77f5ba9..908cbea2c 100644
--- a/tests/TestEntryModel.h
+++ b/tests/TestEntryModel.h
@@ -27,6 +27,8 @@ class TestEntryModel : public QObject
private Q_SLOTS:
void initTestCase();
void test();
+ void testAttachmentsModel();
+ void testAttributesModel();
};
#endif // KEEPASSX_TESTENTRYMODEL_H