Add EntryAttachmentsModel and EntryAttributesModel.

This commit is contained in:
Felix Geyer 2012-04-14 15:41:57 +02:00
parent d4a94a8996
commit 2b16648370
7 changed files with 500 additions and 0 deletions

View file

@ -27,6 +27,8 @@ class TestEntryModel : public QObject
private Q_SLOTS:
void initTestCase();
void test();
void testAttachmentsModel();
void testAttributesModel();
};
#endif // KEEPASSX_TESTENTRYMODEL_H