diff options
Diffstat (limited to 'tests/auto/qitemview/viewstotest.cpp')
-rw-r--r-- | tests/auto/qitemview/viewstotest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qitemview/viewstotest.cpp b/tests/auto/qitemview/viewstotest.cpp index 9a29e50..690e1c2 100644 --- a/tests/auto/qitemview/viewstotest.cpp +++ b/tests/auto/qitemview/viewstotest.cpp @@ -141,7 +141,6 @@ QAbstractItemView *ViewsToTest::createView(const QString &viewType) view->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel); view->setSelectionBehavior(QAbstractItemView::SelectItems); } - Q_ASSERT(view); return view; } |