Home
last modified time | relevance | path

Searched refs:noSuchIndex (Results 1 – 1 of 1) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qstandarditemmodel/
H A Dtst_qstandarditemmodel.cpp1039 QModelIndex noSuchIndex = model.indexFromItem(dummy); in indexFromItem() local
1040 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() local
1066 QVERIFY(!noSuchIndex.isValid()); in itemFromIndex()