From 1fad83bac6d8606296588a688862f3883ea6f0d1 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 4 Oct 2011 14:22:40 +1000 Subject: Remove last remnants of symbian in autotests. Change-Id: I91489614653cfe4bcf16b723976e33531402a464 Reviewed-on: http://codereview.qt-project.org/5948 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/qwindowsurface/tst_qwindowsurface.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/auto/qwindowsurface/tst_qwindowsurface.cpp') diff --git a/tests/auto/qwindowsurface/tst_qwindowsurface.cpp b/tests/auto/qwindowsurface/tst_qwindowsurface.cpp index 11348e9162..5fdd273008 100644 --- a/tests/auto/qwindowsurface/tst_qwindowsurface.cpp +++ b/tests/auto/qwindowsurface/tst_qwindowsurface.cpp @@ -174,8 +174,6 @@ void tst_QWindowSurface::flushOutsidePaintEvent() QApplication::processEvents(); #if defined(Q_WS_QWS) QApplication::sendPostedEvents(); //for the glib event loop -#elif defined(Q_WS_S60) - QTest::qWait(5000); #endif VERIFY_COLOR(w.geometry(), w.color); w.reset(); -- cgit v1.2.3