summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp')
-rw-r--r--tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp b/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp
index 5a39cc923..039ea2f9a 100644
--- a/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp
+++ b/tests/auto/qhelpcontentmodel/tst_qhelpcontentmodel.cpp
@@ -146,7 +146,7 @@ void tst_QHelpContentModel::contentItemAt()
item = m->contentItemAt(m->index(4, 0, root));
QCOMPARE(item->title(), QString("qmake Concepts"));
- item = m->contentItemAt(m->index(1, 0));
+ item = m->contentItemAt(m->index(0, 0));
QCOMPARE(item->title(), QString("Fancy Manual"));
w.start();