summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Cattell <matthew.cattell@nokia.com>2011-09-13 15:04:14 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-09-14 11:04:50 +0200
commitf49056c353cf933b0c147700c3cb2b6abd6819b6 (patch)
tree3fecf70251d6eddc4561fbe85766b396e720d130
parent7e7a1eefb3797002e9b17314b6fa6896935ac6e4 (diff)
added small delay after touch event is dispatched
-rw-r--r--src/testlib/qtesttouch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/qtesttouch.h b/src/testlib/qtesttouch.h
index c855677189..9191ac96f6 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)