mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 20:47:37 +03:00
Fix Qt deprecation warnings
This commit is contained in:
parent
da0afd3939
commit
2872f1706c
2 changed files with 4 additions and 2 deletions
|
@ -131,7 +131,7 @@ void TestGroupModel::test()
|
|||
QCOMPARE(spyMoved.count(), 3);
|
||||
QVERIFY(index12.isValid());
|
||||
QCOMPARE(model->data(index12).toString(), QString("group12"));
|
||||
QCOMPARE(model->data(index12.child(0, 0)).toString(), QString("group121"));
|
||||
QCOMPARE(model->data(index12.model()->index(0, 0, index12)).toString(), QString("group121"));
|
||||
|
||||
delete group12;
|
||||
QCOMPARE(spyAboutToAdd.count(), 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue