summaryrefslogtreecommitdiffstats
path: root/framework/domain/modeltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/modeltest.cpp')
-rw-r--r--framework/domain/modeltest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/domain/modeltest.cpp b/framework/domain/modeltest.cpp
index 295ff6d0..9e1d92fa 100644
--- a/framework/domain/modeltest.cpp
+++ b/framework/domain/modeltest.cpp
@@ -339,7 +339,7 @@ void ModelTest::checkChildren ( const QModelIndex &parent, int currentDepth )
339 // rowCount() and columnCount() said that it existed... 339 // rowCount() and columnCount() said that it existed...
340 QVERIFY( index.isValid() ); 340 QVERIFY( index.isValid() );
341 341
342 qWarning() << "\tchild("<< r <<", " << c << ", " << index.column() << "):" << model->data(index).toString(); 342 qWarning() << "\tchild("<< r <<", " << c << ", " << index.column() << "):" << model->data(index).toString() << index.internalPointer();
343 343
344 // index() should always return the same index when called twice in a row 344 // index() should always return the same index when called twice in a row
345 QModelIndex modifiedIndex = model->index ( r, c, parent ); 345 QModelIndex modifiedIndex = model->index ( r, c, parent );