Searched refs:noSuchIndex (Results 1 – 1 of 1) sorted by relevance
1039 QModelIndex noSuchIndex = model.indexFromItem(dummy); in indexFromItem() local1040 QVERIFY(!noSuchIndex.isValid()); in indexFromItem()1043 noSuchIndex = model.indexFromItem(0); in indexFromItem()1044 QVERIFY(!noSuchIndex.isValid()); in indexFromItem()1065 QModelIndex noSuchIndex = model.index(99, 99, itemIndex); in itemFromIndex() local1066 QVERIFY(!noSuchIndex.isValid()); in itemFromIndex()