Turn EntryAttachmentsModel into a QAbstractListModel.

This commit is contained in:
Felix Geyer 2012-05-02 10:30:30 +02:00
parent 93982aa0c9
commit f8f52419c8
3 changed files with 21 additions and 29 deletions

View file

@ -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");