diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-10-13 04:55:07 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-10-13 04:55:07 (GMT) |
commit | 2553ca41a05afb28e49d813a1aebed12474f6b00 (patch) | |
tree | 805cbfd6f1341d5c82a9019ba942653a0b45934e /tests/auto/declarative/qdeclarativelistview | |
parent | 0cb76050ce08fec0046e15660fde39dbe102810c (diff) | |
download | Qt-2553ca41a05afb28e49d813a1aebed12474f6b00.zip Qt-2553ca41a05afb28e49d813a1aebed12474f6b00.tar.gz Qt-2553ca41a05afb28e49d813a1aebed12474f6b00.tar.bz2 |
Remove debug code added by 650a0078e2cef43eff107fe8d2505f64a0bfedf0
Task-number: QT-4093
Diffstat (limited to 'tests/auto/declarative/qdeclarativelistview')
-rw-r--r-- | tests/auto/declarative/qdeclarativelistview/tst_qdeclarativelistview.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/declarative/qdeclarativelistview/tst_qdeclarativelistview.cpp b/tests/auto/declarative/qdeclarativelistview/tst_qdeclarativelistview.cpp index 7a58773..2649c0d 100644 --- a/tests/auto/declarative/qdeclarativelistview/tst_qdeclarativelistview.cpp +++ b/tests/auto/declarative/qdeclarativelistview/tst_qdeclarativelistview.cpp @@ -989,9 +989,6 @@ void tst_QDeclarativeListView::sections() listview->setContentY(0); model.modifyItem(0, "changed", "2"); - canvas->show(); - qApp->exec(); - item = findItem<QDeclarativeItem>(contentItem, "wrapper", 1); QTRY_VERIFY(item); QTRY_COMPARE(item->height(), 40.0); |