From: Matthew Cattell Date: Tue, 13 Sep 2011 13:04:14 +0000 (+0200) Subject: added small delay after touch event is dispatched X-Git-Tag: qt-v5.0.0-alpha1~3616 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f49056c353cf933b0c147700c3cb2b6abd6819b6;p=profile%2Fivi%2Fqtbase.git added small delay after touch event is dispatched Change-Id: Ic5682ac32e9518a293f31cd4480df061a8215746 --- diff --git a/src/testlib/qtesttouch.h b/src/testlib/qtesttouch.h index c855677..9191ac9 100644 --- a/src/testlib/qtesttouch.h +++ b/src/testlib/qtesttouch.h @@ -183,6 +183,7 @@ namespace QTest if(targetWindow) { QWindowSystemInterface::handleTouchEvent(targetWindow,QEvent::None,deviceType, touchPointList(points.values())); + QTest::qWait(10); targetWindow = 0; } else if(targetWidget)