mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
parent
f836629dda
commit
6b6c109903
13 changed files with 224 additions and 35 deletions
|
@ -62,8 +62,8 @@ void TestEntryModel::test()
|
|||
entry1->setTitle("changed");
|
||||
QCOMPARE(spyDataChanged.count(), 1);
|
||||
|
||||
QModelIndex index1 = model->index(0, 0);
|
||||
QModelIndex index2 = model->index(1, 0);
|
||||
QModelIndex index1 = model->index(0, 1);
|
||||
QModelIndex index2 = model->index(1, 1);
|
||||
|
||||
QCOMPARE(model->data(index1).toString(), entry1->title());
|
||||
QCOMPARE(model->data(index2).toString(), entry2->title());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue