diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-10-19 15:22:31 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-10-19 15:22:31 +0200 |
commit | 17a926c2697143937b0c1700b1d1e8081f727059 (patch) | |
tree | 7754baf87f073d1a437fd4c4cee56a1b6a087879 /framework/domain/modeltest.cpp | |
parent | d2fa9b2f152e223ec31dc2812ebbfaf109549939 (diff) | |
download | kube-17a926c2697143937b0c1700b1d1e8081f727059.tar.gz kube-17a926c2697143937b0c1700b1d1e8081f727059.zip |
delete useless NewContentModel
Diffstat (limited to 'framework/domain/modeltest.cpp')
-rw-r--r-- | framework/domain/modeltest.cpp | 2 |
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 ); |