From 17a926c2697143937b0c1700b1d1e8081f727059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Wed, 19 Oct 2016 15:22:31 +0200 Subject: delete useless NewContentModel --- framework/domain/modeltest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/domain/modeltest.cpp') 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 ) // rowCount() and columnCount() said that it existed... QVERIFY( index.isValid() ); - qWarning() << "\tchild("<< r <<", " << c << ", " << index.column() << "):" << model->data(index).toString(); + qWarning() << "\tchild("<< r <<", " << c << ", " << index.column() << "):" << model->data(index).toString() << index.internalPointer(); // index() should always return the same index when called twice in a row QModelIndex modifiedIndex = model->index ( r, c, parent ); -- cgit v1.2.3