added small delay after touch event is dispatched

Change-Id: Ic5682ac32e9518a293f31cd4480df061a8215746
bb10
Matthew Cattell 2011-09-13 15:04:14 +02:00 committed by Gunnar Sletta
parent 7e7a1eefb3
commit f49056c353
1 changed files with 1 additions and 0 deletions

View File

@ -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)