mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-01 11:06:17 -04:00
Add TestEntryModel::testDatabaseDelete().
It tests that EntryModel in EntryList mode correctly removes entries from the model when that database of these entries is deleted.
This commit is contained in:
parent
c7593a3047
commit
21a80101ba
2 changed files with 32 additions and 0 deletions
|
@ -33,6 +33,7 @@ private Q_SLOTS:
|
|||
void testCustomIconModel();
|
||||
void testAutoTypeAssociationsModel();
|
||||
void testProxyModel();
|
||||
void testDatabaseDelete();
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_TESTENTRYMODEL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue