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-28 18:50:17 +0400
committerFelix Geyer <debfx@fobos.de>2012-04-28 18:50:17 +0400
commit7f67019f634a77ca2c4106e6ede545c5c36184de (patch)
tree0b824bd6da93b656678a2564a9d0f724a8ec0a52 /tests/TestEntryModel.cpp
parent6140a688d72df51df011d97e384e157226da90dc (diff)
Turn EntryAttributesModel into a QAbstractListModel.
Diffstat (limited to 'tests/TestEntryModel.cpp')
-rw-r--r--tests/TestEntryModel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/TestEntryModel.cpp b/tests/TestEntryModel.cpp
index 07ba0a81e..2913c22e9 100644
--- a/tests/TestEntryModel.cpp
+++ b/tests/TestEntryModel.cpp
@@ -161,7 +161,6 @@ void TestEntryModel::testAttributesModel()
entryAttributes->set("2nd", "789");
QCOMPARE(model->data(model->index(0, 0)).toString(), QString("2nd"));
- QCOMPARE(model->data(model->index(0, 1)).toString(), QString("789"));
entryAttributes->remove("first");