mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Turn EntryAttachmentsModel into a QAbstractListModel.
This commit is contained in:
parent
93982aa0c9
commit
f8f52419c8
3 changed files with 21 additions and 29 deletions
|
@ -117,7 +117,7 @@ void TestEntryModel::testAttachmentsModel()
|
|||
entryAttachments->set("2nd", QByteArray("456"));
|
||||
entryAttachments->set("2nd", QByteArray("789"));
|
||||
|
||||
QCOMPARE(model->data(model->index(0, 0)).toString(), QString("2nd"));
|
||||
QCOMPARE(model->data(model->index(0, 0)).toString().left(4), QString("2nd "));
|
||||
|
||||
entryAttachments->remove("first");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue