diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-20 18:36:24 (GMT) |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-04-20 18:43:37 (GMT) |
commit | 0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792 (patch) | |
tree | 461d9a1f19f2ced352c8726f4a3f22e7c0f2769a /tests/auto/qitemmodel/tst_qitemmodel.cpp | |
parent | 139497b6871d73d3366c21b51db9a74046855552 (diff) | |
download | Qt-0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792.zip Qt-0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792.tar.gz Qt-0ccdad9d1d84b23072f8a17e3cb06cf2f1b71792.tar.bz2 |
fix typos
Diffstat (limited to 'tests/auto/qitemmodel/tst_qitemmodel.cpp')
-rw-r--r-- | tests/auto/qitemmodel/tst_qitemmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qitemmodel/tst_qitemmodel.cpp b/tests/auto/qitemmodel/tst_qitemmodel.cpp index f466045..d36df9c 100644 --- a/tests/auto/qitemmodel/tst_qitemmodel.cpp +++ b/tests/auto/qitemmodel/tst_qitemmodel.cpp @@ -452,7 +452,7 @@ void checkChildren(QAbstractItemModel *currentModel, const QModelIndex &parent, QCOMPARE(index.column(), c); QCOMPARE(currentModel->data(index, Qt::DisplayRole).isValid(), true); - // If the next test fails here is some somewhat usefull debug you play with. + // If the next test fails here is some somewhat useful debug you play with. /* if (currentModel->parent(index) != parent) { qDebug() << r << c << currentDepth << currentModel->data(index).toString() |