ganeswidgets/tsrc/unit/hbautotest.cpp
changeset 17 a10844a9914d
parent 6 1cdcc61142d2
--- a/ganeswidgets/tsrc/unit/hbautotest.cpp	Fri Sep 03 10:22:04 2010 +0300
+++ b/ganeswidgets/tsrc/unit/hbautotest.cpp	Fri Sep 17 15:55:58 2010 +0300
@@ -171,6 +171,12 @@
     qApp->notify((window->viewport()), &me2);
     QCoreApplication::sendPostedEvents();
 
+    if (delay!=-1) {
+        QTest::qWait(delay);
+    }
+    if (delay!=-1) {
+        QTest::qWait(delay);
+    }
     QTest::qWait(1);
     QTest::qWait(1);
 }