summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtableview
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-10-01 14:13:06 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2009-10-01 14:13:47 +0200
commitb2f87d7217df22d1cf244907757810d0afb70ad8 (patch)
tree43f79e8d6d0e3de87f366aeacb13f5d98196486f /tests/auto/qtableview
parent5af79b7efd66ff2ce014cb480d27f768ffa19215 (diff)
oops.. fixed compilation of test
Diffstat (limited to 'tests/auto/qtableview')
-rw-r--r--tests/auto/qtableview/tst_qtableview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qtableview/tst_qtableview.cpp b/tests/auto/qtableview/tst_qtableview.cpp
index 59e80c562a..03f49669a6 100644
--- a/tests/auto/qtableview/tst_qtableview.cpp
+++ b/tests/auto/qtableview/tst_qtableview.cpp
@@ -3221,7 +3221,7 @@ void tst_QTableView::mouseWheel()
for (int c = 0; c < 100; ++c)
view.setColumnWidth(c, 100);
view.show();
- QTest::qWaitForWindowShown(view);
+ QTest::qWaitForWindowShown(&view);
view.setModel(&model);